# 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.6.18" authors = ["Rémi Dupré "] exclude = ["dist/"] 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 [[bench]] name = "benchmarks" harness = false [dependencies.chrono] version = "0.4" [dependencies.compact-calendar] version = "0.6" [dependencies.flate2] version = "1.0" [dependencies.once_cell] version = "1.8" [dependencies.opening-hours-syntax] version = "0.6" [dev-dependencies.criterion] version = "0.5" [build-dependencies.chrono] version = "0.4" [build-dependencies.compact-calendar] version = "0.6" [build-dependencies.flate2] version = "1.0"