# 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 = "nichi" version = "0.5.1" authors = ["hinto.janai "] description = "Date library" documentation = "https://docs.rs/nichi" readme = "README.md" keywords = [ "date", "weekday", "month", "day", "year", ] license = "MIT" repository = "https://github.com/hinto-janai/nichi" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [dependencies.bincode] version = "2.0.0-rc.3" features = ["derive"] optional = true [dependencies.derive_more] version = "0.99.17" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.189" features = ["derive"] optional = true [features] default = [ "serde", "bincode", ]