# 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 = "rsam" version = "1.0.0" authors = [ "Wenjie Wei ", "Songtao Gui < songtaogui@163.com>", ] exclude = [ "**/tests/**", "log_cfg.yml", ] description = "Random sampler for text-based data in Rust using reservoir sampling algorithm." homepage = "https://wjwei.blog" documentation = "https://docs.rs/crate/rsam/latest" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/wjwei-handsome/rsam" [dependencies.bytecount] version = "0.6.3" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_pcg] version = "0.3.1"