# 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" rust-version = "1.71.1" name = "tzif" version = "0.3.0" authors = ["The ICU4X Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for TZif files" readme = "README.md" keywords = [ "time-zone", "posix", "iana", "parse", "data", ] categories = [ "date-and-time", "parser-implementations", ] license = "Unicode-3.0" repository = "https://github.com/unicode-org/icu4x" [package.metadata.workspaces] independent = true [lib] name = "tzif" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.combine] version = "4.3.1" [dev-dependencies.walkdir] version = "2.3.2"