# 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 = "nyse-holiday-cal" version = "0.2.1" authors = ["pezcore"] description = "NYSE holiday calendar library" readme = "README.md" keywords = [ "nyse", "holiday", "calendar", "business-day", ] license = "MIT" repository = "https://gitlab.com/pezcore/nyse-holiday-cal" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.chrono] version = "0.4.24" [dependencies.lazy_static] version = "1.4.0" [dependencies.time] version = "0.3.20" optional = true