blob: 4f13f8339e51681fe02ab8745a1d7b4c9be88d10 [file] [log] [blame]
# 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.6.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.6"
[dev-dependencies.rand_xorshift]
version = "0.1"
[dev-dependencies.version-sync]
version = "0.6"
[badges.appveyor]
repository = "mgeisler/lipsum"
[badges.codecov]
repository = "mgeisler/lipsum"
[badges.travis-ci]
repository = "mgeisler/lipsum"