# 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-core" version = "0.1.1" description = "Correct and human-readable time handling for Rust" documentation = "https://docs.rs/kine-core" readme = "README.md" keywords = [ "calendar", "date", "no-std", "time", ] categories = [ "aerospace", "date-and-time", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ekleog/kine" resolver = "1" [dependencies.cfg-if] version = "1.0" [dev-dependencies.bolero] version = "0.8.0" [features] default = ["std"] std = [] tz-system-provider-builtin-iers = [] tz-utc-provider-builtin-iers = []