# 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 = "timens" version = "0.1.9" authors = ["Laurent Mazare "] build = "build.rs" description = "Simple and efficient library for timestamp and date manipulation." readme = "README.md" keywords = [ "time", "calendar", "date", "timezone", ] categories = ["date-and-time"] license = "MIT/Apache-2.0" repository = "https://github.com/LaurentMazare/timens-rs" [dependencies.binprot] version = "0.1.6" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.chrono-tz] version = "0.4" optional = true [dependencies.rsexp] version = "0.2.3" optional = true [dependencies.serde] version = "1" optional = true [dev-dependencies.anyhow] version = "1.0.48" [build-dependencies.parse-zoneinfo] version = "0.3" [build-dependencies.regex] version = "1.5.4" [features] binio = ["binprot"] default = [ "binio", "sexp", "with_serde", ] sexp = ["rsexp"] with_chrono = [ "chrono", "chrono-tz", ] with_serde = ["serde"]