# 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 = "time_range" version = "0.0.3-alpha.0" include = [ "src/**/*", "LICENSE-*", "README.md", ] description = "TimeRange and DateRange types for Chrono" homepage = "https://github.com/la-mar/time_range" documentation = "https://docs.rs/time_range/" readme = "README.md" keywords = [ "date", "time", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/la-mar/time_range" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.test-log] version = "0.2" features = [ "log", "trace", ] [dev-dependencies.tracing] version = "0.1" features = [ "log", "attributes", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [] serde = ["dep:serde"]