[package] name = "opening-hours" version = "0.6.18" authors = ["Rémi Dupré "] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/remi-dupre/opening-hours-rs" documentation = "https://docs.rs/opening-hours" homepage = "https://github.com/remi-dupre/opening-hours-rs" description = "A parser and evaluation tool for the opening_hours fields in OpenStreetMap." edition = "2021" exclude = ["dist/"] # generated by maturin [workspace] members = ["compact-calendar", "fuzz", "opening-hours-syntax", "python"] [dependencies] chrono = "0.4" compact-calendar = { path = "compact-calendar", version = "0.6" } flate2 = "1.0" once_cell = "1.8" opening-hours-syntax = { path = "opening-hours-syntax", version = "0.6" } [build-dependencies] compact-calendar = { path = "compact-calendar", version = "0.6" } chrono = "0.4" flate2 = "1.0" [dev-dependencies] criterion = "0.5" [[bench]] name = "benchmarks" harness = false [profile.bench] codegen-units = 1 lto = "fat"