# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.67.0" name = "nt-time" version = "0.10.3" authors = ["Shun Sakai "] build = false include = [ "/LICENSES", "/README.md", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Windows file time library" documentation = "https://docs.rs/nt-time" readme = "README.md" keywords = [ "date", "time", "windows", ] categories = [ "date-and-time", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/sorairolake/nt-time" [package.metadata.docs.rs] all-features = true [lib] name = "nt_time" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" optional = true default-features = false [dependencies.rand] version = "0.8.5" optional = true default-features = false [dependencies.serde] version = "1.0.214" features = ["derive"] optional = true default-features = false [dependencies.time] version = "0.3.36" features = ["macros"] default-features = false [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.proptest-derive] version = "0.5.0" [dev-dependencies.serde_json] version = "1.0.132" [dev-dependencies.serde_test] version = "1.0.177" [dev-dependencies.test-strategy] version = "0.4.0" [features] chrono = ["dep:chrono"] default = ["std"] large-dates = ["time/large-dates"] rand = ["dep:rand"] serde = ["dep:serde"] serde-human-readable = [ "serde", "time/serde-human-readable", ] std = [ "chrono?/std", "rand?/std", "time/std", ] [lints.clippy] cargo = "warn" nursery = "warn" pedantic = "warn" [lints.rust] missing_debug_implementations = "deny" unsafe_code = "forbid" [lints.rust.rust_2018_idioms] level = "warn" priority = -1