# 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 = "markov-algorithms" version = "0.4.6" description = "Rust implementation of Markov algorithms." documentation = "https://docs.rs/markov-algorithms" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/quixoticaxis/markov-algorithms" [lib] name = "markovalgorithms" path = "src/lib.rs" [[bin]] name = "markovalgorithms-cli" path = "src/simple_cli.rs" [dependencies.anyhow] version = "1.*" [dependencies.clap] version = "3.*" features = ["derive"] default-features = true [dependencies.ctrlc] version = "3.*" [dependencies.thiserror] version = "1.*" [dev-dependencies.rand] version = "0.8.*"