# 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 = "ako" version = "0.0.3" authors = ["Ryan Leckey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ako is a Rust crate that offers a practical and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps." documentation = "https://docs.rs/ako" readme = "README.md" keywords = [ "date", "time", "calendar", "duration", ] categories = ["date-and-time"] license = "MIT OR Apache-2.0" repository = "https://github.com/transact-rs/ako" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "ako" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dev-dependencies.float-cmp] version = "0.10.0" [dev-dependencies.test-case] version = "3.3.1" [features] astronomy = [] default = ["std"] std = []