# 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 = "randical" version = "1.6.18033" authors = ["Joe Ardent "] description = "A simple UNIX commandline utility to generate sequences of random values of different types." readme = "README.md" keywords = [ "unix", "commandline", "bin", "cli", "random", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/nebkor/randical" resolver = "2" [dependencies.clap] version = "2" [dependencies.rand] version = "0.8" [dependencies.svix-ksuid] version = "0.6" [dependencies.uuid] version = "0.8" default-features = false