# 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 = "multimarkov" version = "1.0.0" authors = ["joeclark-phd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ This is a generic tool for training and using multi-order Markov chains for procedural generation applications such as generating randomized but authentic-sounding names for characters and locations. """ readme = "README.md" license = "MIT" repository = "https://github.com/joeclark-phd/multimarkov" [lib] name = "multimarkov" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dev-dependencies.env_logger] version = "0.11.5"