# 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 = "make-tzdb" version = "0.0.0" authors = ["René Kijewski "] description = "Tool to generate `tzdb/src/generated.rs`" license = "MIT OR Apache-2.0" repository = "https://github.com/Kijewski/tzdb" [dependencies.anyhow] version = "1.0.56" [dependencies.convert_case] version = "0.5.0" [dependencies.indexmap] version = "1.8.0" [dependencies.itertools] version = "0.10.3" [dependencies.phf_codegen] version = "0.10.0" [dependencies.ron] version = "0.7.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.tz-rs] version = "0.6.7"