# 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 = "public_holidays" version = "0.1.2" authors = ["Shobhit Chaturvedi"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for working with public holidays in various countries" readme = "README.md" keywords = [ "holiday", "calendar", "date", "international", "public", ] categories = [ "date-and-time", "internationalization", ] license = "MIT" repository = "https://github.com/learnwithsobhit/public_holidays" [lib] name = "public_holidays" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.rstest] version = "0.22.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tracing] version = "0.1.40"