# 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 = "epochs-cli" version = "0.5.0" authors = ["Tim Heaney "] description = "Check strings given on the command line against different epochs." readme = "README.md" license = "MPL-2.0" repository = "https://github.com/oylenshpeegul/epochs-cli" resolver = "2" [[bin]] name = "epochs" path = "src/main.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.crockford] version = "1.1" [dependencies.epochs] version = "0.2" [dependencies.itertools] version = "0.10" [dependencies.maplit] version = "1.0" [dependencies.once_cell] version = "1.14" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"