# 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 = "datetime-default" version = "1.1.1" authors = ["yassun4dev "] description = "Provide NewType of Datetime that overrides the default value." readme = "README.md" keywords = [ "datetime", "default", "chrono", "now", ] license = "MIT" repository = "https://github.com/yassun4dev/datetime-default.git" [dependencies.chrono] version = "^0.4" features = ["clock"] [dependencies.schemars] version = "^0.8" features = [ "chrono", "derive", ] optional = true default-features = false [dev-dependencies.serde_json] version = "^1.0" [features] default = [] schemars = ["dep:schemars"]