# 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 = "nanoid_cli" version = "1.0.0" authors = ["John Lyon-Smith "] description = "Nanoid CLI" readme = "README.md" keywords = [] categories = [] license = "Unlicense" repository = "https://github.com/jlyonsmith/nanoid_cli" [[bin]] name = "nanoid" path = "src/bin/nanoid_cli.rs" [[bench]] name = "benchmarks" harness = false [dependencies.clap] version = "4.0.7" features = [ "derive", "env", ] [dependencies.easy-error] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.nanoid] version = "0.4.0" [dependencies.yansi] version = "0.5.1" [dev-dependencies.criterion] version = "^0.3"