# 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 = "dayendar" version = "0.1.2" authors = ["Raciel Hernández "] autoexamples = false description = "Dayendar for advanced days calendar operations" documentation = "https://docs.rs/dayendar" readme = "README.md" keywords = [ "scheduling", "calendar", "date", ] categories = ["data-structures"] license = "Apache-2.0" repository = "https://github.com/racherb/dayendar" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "dayendar" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [[example]] name = "jhon_schedule" path = "examples/jhon_schedule.rs" [[test]] name = "dayendar_test" path = "tests/qa_test.rs" [[bench]] name = "calendar" path = "bench/calendar.rs" harness = false [dependencies.itertools] version = "0.11.0" [dependencies.time] version = "0.3.20" features = ["macros"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.grcov] version = "0.8.19" [features] testing = []