# 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 = "bdays" version = "0.1.4" authors = ["Felipe Noronha "] description = "Business Days calendars for Rustaceans." homepage = "https://github.com/felipenoris/bdays" documentation = "https://docs.rs/bdays" readme = "README.md" keywords = [ "date", "calendar", "finance", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/felipenoris/bdays" [[bench]] name = "bench" harness = false [dependencies.chrono] version = "0.4" default-features = false [dev-dependencies.bencher] version = "0.1"