# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "holding_kronos" version = "0.1.0" authors = ["Alexander Lyon "] description = "A flexible library for working with custom fantasy calendars" documentation = "https://docs.rs/holding_kronos" readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/arlyon/holding/tree/master/holding_kronos" [dependencies.lazy_static] version = "1.4" [dependencies.num_enum] version = "0.5" [dependencies.ordinal] version = "0.2" [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.19" [dependencies.strum_macros] version = "0.19" [dependencies.thiserror] version = "1.0" [dev-dependencies.clippy] version = "0.0.302" [dev-dependencies.proptest] version = "0.10" [dev-dependencies.test-case] version = "1.0.0"