# 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 = "tyme4rs" version = "1.1.6" authors = ["6tail <6tail@6tail.cn>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。" homepage = "https://6tail.cn/tyme.html" documentation = "https://6tail.cn/tyme.html" readme = "README.md" keywords = [ "Solar", "Lunar", "SixtyCycle", "SolarTerm", ] license = "MIT" repository = "https://github.com/6tail/tyme4rs" [lib] name = "tyme4rs" path = "src/lib.rs" [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.10.5"