# 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 = "toml-datetime-compat" version = "0.3.0" description = "Simple conversion of toml_datetime types from/to chrono and time" documentation = "https://docs.rs/toml-datetime-compat" readme = "README.md" keywords = [ "encoding", "toml", "chrono", "time", "serde", ] categories = [ "encoding", "parser-implementations", "parsing", "config", ] license = "MIT" repository = "https://github.com/ModProg/toml-datetime-compat" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.serde] version = "1" default-features = false [dependencies.serde_with] version = "2.2.0" optional = true [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" optional = true default-features = false [dependencies.toml_datetime] version = "0.5" features = ["serde"] [dev-dependencies.indoc] version = "1.0.8" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.serde] version = "1.0.152" features = ["derive"] [dev-dependencies.serde_with] version = "2.2.0" [dev-dependencies.toml] version = "0.5.10" [features]