# 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 = "windows-timezones" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Windows timezone list from the Unicode CLDR project" readme = "README.md" license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016" repository = "https://github.com/kyrias/windows-timezones" [package.metadata.docs.rs] features = [ "chrono-tz", "schemars", "serde", "sqlx", "strum", ] [lib] name = "windows_timezones" path = "src/lib.rs" [[bin]] name = "update-schema" path = "src/bin/update-schema.rs" required-features = ["update-schema"] [dependencies.anyhow] version = "1" optional = true [dependencies.chrono-tz] version = "0.9" optional = true default-features = false [dependencies.heck] version = "0.5" optional = true [dependencies.schemars] version = "0.8" features = ["derive"] optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.sqlx] version = "0.8" features = ["macros"] optional = true default-features = false [dependencies.strum] version = "0.26" features = ["derive"] optional = true default-features = false [features] chrono-tz = ["dep:chrono-tz"] default = ["std"] schemars = ["dep:schemars"] serde = ["dep:serde"] sqlx = ["dep:sqlx"] std = [] strum = ["dep:strum"] update-schema = [ "anyhow", "heck", "strum", ]