# 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 = "astrotime" version = "0.1.0" authors = ["Mike Dilger "] description = "Time related types" readme = "README.md" keywords = ["time", "date"] categories = ["date-and-time"] license = "MIT OR Apache-2.0" repository = "https://github.com/mikedilger/astrotime" resolver = "2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.float-cmp] version = "0.9" features = ["std"] default-features = false [dev-dependencies.pretty_env_logger] version = "0.4" [features] default = []