# 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_namegen" version = "0.5.1" authors = ["joeclark-phd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Random text generators based on Markov models. """ readme = "README.md" license = "MIT" repository = "https://github.com/joeclark-phd/markov_namegen" [lib] name = "markov_namegen" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.is-vowel] version = "0.1.0" [dependencies.log] version = "0.4.22" [dependencies.multimarkov] version = "1.0.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.regex] version = "1.8.1" [dev-dependencies.env_logger] version = "0.11.5"