# 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 = "chinese_holiday" version = "2024.0.3" authors = ["leoppro "] description = """ A Rust library for determining Chinese holidays. """ readme = "README.md" license = "Apache-2.0" repository = "https://github.com/leoppro/chinese_holiday_rs" [lib] name = "chinese_holiday" [[example]] name = "simple" [[example]] name = "chrono-compatible" required-features = ["chrono-compatible"] [dependencies.chrono] version = "^0.4" optional = true default-features = false [dependencies.chrono-tz] version = "^0.8" optional = true default-features = false [dev-dependencies.chrono] version = "^0.4" default-features = false [dev-dependencies.chrono-tz] version = "^0.8" default-features = false [features] chrono-compatible = [ "chrono", "chrono-tz", ] default = ["chrono-compatible"]