lipsum 0.4.0

Lipsum is a lorem ipsum text generation library. Use this if you need some filler text for your application. The text is generated using a simple Markov chain, which you can also instantiate to generate your own pieces of pseudo-random text.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "lipsum"
version = "0.4.0"
authors = ["Martin Geisler <martin@geisler.net>"]
exclude = [".dir-locals.el"]
description = "Lipsum is a lorem ipsum text generation library. Use this if you need\nsome filler text for your application.\n\nThe text is generated using a simple Markov chain, which you can also\ninstantiate to generate your own pieces of pseudo-random text.\n"
documentation = "https://docs.rs/lipsum/"
readme = "README.md"
keywords = ["lorem-ipsum", "lorem", "ipsum", "text", "typography"]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/mgeisler/lipsum/"
[dependencies.rand]
version = "0.3"
[dev-dependencies.version-sync]
version = "0.3"
[badges.travis-ci]
repository = "mgeisler/lipsum"

[badges.appveyor]
repository = "mgeisler/lipsum"