# 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" rust-version = "1.56" name = "lipsum" version = "0.9.1" authors = ["Martin Geisler "] description = """ Lipsum is a lorem ipsum text generation library. It generates pseudo-random Latin text. Use this if you need filler or dummy text for your application. The text is generated using a simple Markov chain, which you can instantiate to generate your own pieces of pseudo-random text. """ documentation = "https://docs.rs/lipsum/" readme = "README.md" keywords = [ "random", "text", "markov", "typography", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/mgeisler/lipsum/" [dependencies.rand] version = "0.8.5" features = ["alloc"] default-features = false [dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.version-sync] version = "0.9.4"