sapling/eden/hg-server/lib/auth/Cargo.toml
Jeremy Fitzhardinge c652f9a11f third-party/rust: update time to 0.2
Summary:
Time 0.2 is current, and 0.1 is long obsolete. Unfortunately there's a
large 0.1 -> 0.2 API change, so I preserved 0.1 and updated the targets of its
users. Also unfortunate that `chrono` has `oldtime` as a default feature, which
makes it use `time-0.1`'s `Duration` type. Excluding it from the features
doesn't help because every other user is specifying it by default.

Reviewed By: dtolnay

Differential Revision: D28854148

fbshipit-source-id: 0c41ac6b998dfbdcddc85a22178aadb05e2b2f2b
2021-06-03 13:52:54 -07:00

20 lines
483 B
TOML

# @generated by autocargo from //eden/hg-server/lib/auth:auth
[package]
name = "auth"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1.0"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
configparser = { path = "../configparser" }
indexmap = { version = "1.6", features = ["rayon", "serde-1"] }
pem = "0.8"
simple_asn1 = "0.4"
thiserror = "1.0"
url = "2.1.0"
util = { path = "../util" }
[dev-dependencies]
once_cell = "1.4"