# 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 = "lunar_rust" version = "1.0.1" description = "日历、公历(阳历)、农历(阴历、老黄历)、佛历、道历,支持节假日、星座、儒略日、干支、生肖、节气、节日、彭祖百忌、每日宜忌、吉神宜趋凶煞宜忌、吉神(喜神/福神/财神/阳贵神/阴贵神)方位、胎神方位、冲煞、纳音、星宿、八字、五行、十神、建除十二值星、青龙名堂等十二神、黄道黑道日及吉凶等。lunar is a calendar library for Solar and Chinese Lunar." homepage = "https://github.com/flameoftheforest/lunar_rust" readme = "README.md" keywords = [ "i-ching", "zodiac", "calendar", ] license = "MIT" repository = "https://github.com/flameoftheforest/lunar_rust" [lib] name = "lunar_rust" crate-type = ["lib"] path = "./src/lib/lunar_lib.rs" doctest = false [dependencies.chrono] version = "0.4.31" [dependencies.chrono-tz] version = "0.8.4" [dependencies.once_cell] version = "1.18.0" [dependencies.serde_json] version = "1.0.108"