# 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 = "2018" name = "datetime-string" version = "0.2.2" authors = ["YOSHIOKA Takuma "] description = "Datetime string types" readme = "README.md" keywords = ["datetime", "string"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/nop_thread/datetime-string" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] [dependencies.chrono04] version = "0.4.19" optional = true default-features = false package = "chrono" [dependencies.serde] version = "1.0.116" features = ["derive"] optional = true default-features = false [dependencies.time03] version = "0.3.7" optional = true default-features = false package = "time" [dev-dependencies.serde_test] version = "1.0.116" [features] alloc = [] alloc_with_serde = ["serde-alloc"] default = ["std"] serde-alloc = ["alloc", "serde/alloc"] serde-std = ["std", "serde/std"] std = ["alloc"] std_with_serde = ["serde-std"] [badges.gitlab] branch = "master" repository = "nop_thread/datetime-string" [badges.maintenance] status = "experimental"