# 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 = "epo" version = "1.0.1" description = "Handy epoch converter." homepage = "https://github.com/wtetsu/epo" categories = ["command-line-utilities"] license = "MIT" resolver = "2" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 [dependencies.Boa] version = "0.13.0" [dependencies.boa_engine] version = "0.14.0" [dependencies.chrono] version = "0.4.19" [dependencies.chrono-tz] version = "0.6.1" [dependencies.once_cell] version = "1.10.0"