# 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 = "opening-hours" version = "0.9.1" authors = ["Rémi Dupré "] build = "build.rs" exclude = ["dist/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A parser and evaluation tool for the opening_hours fields in OpenStreetMap." homepage = "https://github.com/remi-dupre/opening-hours-rs" documentation = "https://docs.rs/opening-hours" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/remi-dupre/opening-hours-rs" [profile.bench] lto = "fat" codegen-units = 1 [profile.dev.package.flate2] opt-level = 3 [lib] name = "opening_hours" path = "src/lib.rs" [[bin]] name = "schedule" path = "src/bin/schedule.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.chrono] version = "0.4" [dependencies.compact-calendar] version = "0.9.1" [dependencies.flate2] version = "1.0" [dependencies.log] version = "0.4" features = ["kv"] [dependencies.opening-hours-syntax] version = "0.9.1" [dev-dependencies.criterion] version = "0.5" [build-dependencies.chrono] version = "0.4" [build-dependencies.compact-calendar] version = "0.9.1" [build-dependencies.flate2] version = "1.0" [features] disable-test-timeouts = []