# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tzfile" version = "0.1.3" authors = ["kennytm "] description = "chrono::TimeZone implementation using system tz database" license = "MIT" repository = "https://github.com/kennytm/tzfile" [[bench]] name = "bench_convert_vs_chrono_tz" harness = false [dependencies.byteorder] version = "1.3" [dependencies.chrono] version = "0.4.7" default-features = false [dev-dependencies.chrono] version = "0.4" [dev-dependencies.chrono-tz] version = "0.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.lazy_static] version = "1.1"