# 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 = "samples" version = "1.0.5" authors = ["zhangtaomox@gmail.com"] description = "sample lines from a text file(plain text, csv, log...) or from stdin" homepage = "https://github.com/zhangtaomox/samples" readme = "README.md" keywords = [ "sample", "rand", "cli", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/zhangtaomox/samples" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.rand] version = "0.8.5" [dependencies.structopt] version = "0.3.26"