# 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 = "greg" version = "0.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple Unobtrusive Date & Time library" documentation = "https://docs.rs/greg" readme = "README.md" keywords = [ "date", "time", "calendar", "utc", ] categories = ["date-and-time"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~xaos/greg" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "greg" path = "src/lib.rs" [dependencies.rusqlite] version = "0.32" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [features] rusqlite = ["dep:rusqlite"] serde = ["dep:serde"]