# 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 = "py-holidays-rs" version = "0.0.7" authors = ["Billy Sheppard"] description = "Public Holiday crate based on the python Holidays package" homepage = "https://github.com/Billy-Sheppard/py-holidays-rs" readme = "README.md" keywords = [ "holidays", "vacation", "dates", ] license = "Apache-2.0" repository = "https://github.com/Billy-Sheppard/py-holidays-rs" [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.flate2] version = "1.0.28" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [build-dependencies.flate2] version = "1.0.28" [features] default = [] years = []