# 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" rust-version = "1.70" name = "wall-clock" version = "0.2.2" authors = ["Luke Sneeringer "] exclude = [ "/.github/*", "/rustfmt.toml", "/.prettierrc.yaml", ] description = "A representation of time as displayed on a wall clock, without date or time zone." documentation = "https://docs.rs/wall_clock" readme = "README.md" keywords = [ "date", "time", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/lukesneeringer/wall-clock" [dependencies.diesel] version = "2" optional = true [dependencies.serde] version = "1" optional = true [dependencies.strptime] version = "0.2" [dev-dependencies.assert2] version = "0.3" [dev-dependencies.serde_test] version = "1" [features] default = ["serde"] diesel-pg = [ "dep:diesel", "diesel/postgres", ]