# 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 = "extra-utils" version = "1.0.0" authors = ["Jayden Chan "] description = "Set of additional command line utilities" homepage = "https://github.com/jayden-chan/extra-utils/README.md" documentation = "https://github.com/jayden-chan/extra-utils/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/jayden-chan/extra-utils.git" [[bin]] name = "nr" path = "src/nr.rs" [[bin]] name = "nth" path = "src/nth.rs" [[bin]] name = "ts" path = "src/ts.rs" [[bin]] name = "se" path = "src/se.rs" [dependencies.chrono] version = "0.4.6" [dependencies.futures] version = "0.1.28" [dependencies.hyper] version = "0.12.33" [dependencies.lazy_static] version = "1.3.0" [dependencies.maplit] version = "1.0.1"