# 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" name = "compact-time" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "64-bit nanosecond time representation with a range from 1970-01-01 00:00:00 to 2554-07-21 23:34:33.709551615" readme = "README.md" keywords = ["time"] categories = ["date-and-time"] license = "BlueOak-1.0.0" repository = "https://github.com/twittner/compact-time" [package.metadata.docs.rs] features = ["full"] [lib] name = "compact_time" path = "src/lib.rs" [[bin]] name = "showtime" path = "src/bin/showtime.rs" required-features = ["executable"] [dependencies.clap] version = "4.5.17" features = ["derive"] optional = true [dependencies.minicbor] version = "0.25.0" features = ["derive"] optional = true [dependencies.rustix] version = "0.38.28" features = ["time"] optional = true [dependencies.serde] version = "1.0.185" features = ["derive"] optional = true [dependencies.tz-rs] version = "0.6.14" optional = true [dev-dependencies.quickcheck] version = "1" [features] coarse = ["rustix"] executable = [ "coarse", "utc", "clap", ] full = [ "coarse", "utc", "minicbor", "serde", ] utc = ["tz-rs"]