# 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-icu" version = "0.1.2" description = "Correct and human-readable time handling for Rust" documentation = "https://docs.rs/kine-icu" readme = "README.md" keywords = [ "calendar", "date", "no-std", "time", "unicode", ] categories = [ "date-and-time", "internationalization", "localization", "no-std::no-alloc", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ekleog/kine" resolver = "1" [dependencies.bolero] version = "0.8.0" [dependencies.icu_calendar] version = "1.1" [dependencies.kine-core] version = "0.1.0" [dependencies.num-integer] version = "0.1.45" [dev-dependencies.kine-core] version = "0.1.0" features = [ "tz-system-provider-builtin-iers", "tz-utc-provider-builtin-iers", ]