# 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 = "kine" version = "0.1.3" description = "Correct and human-readable time handling for Rust" documentation = "https://docs.rs/kine" readme = "README.md" keywords = [ "calendar", "date", "no-std", "time", "unicode", ] categories = [ "aerospace", "date-and-time", "internationalization", "localization", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ekleog/kine" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.kine-core] version = "0.1.0" [dependencies.kine-icu] version = "0.1.0" optional = true [dev-dependencies.kine-core] version = "0.1.0" features = [ "tz-system-provider-builtin-iers", "tz-utc-provider-builtin-iers", ] [features] icu = ["dep:kine-icu"] tz-system-provider-builtin-iers = ["kine-core/tz-system-provider-builtin-iers"] tz-utc-provider-builtin-iers = ["kine-core/tz-utc-provider-builtin-iers"]