adjective-adjective-animal/Cargo.toml

24 lines
757 B
TOML
Raw Permalink Normal View History

2015-09-19 14:06:58 -04:00
[package]
2018-08-07 00:08:48 -04:00
name = "adjective_adjective_animal"
version = "0.1.0"
authors = ["Travis Burtrum <admin.github@moparisthebest.com>", "Fletcher Nichol <fnichol@nichol.ca>"]
2015-09-22 12:08:34 -04:00
license = "MIT"
2015-09-22 11:36:02 -04:00
readme = "README.md"
2018-08-07 00:08:48 -04:00
documentation = "https://github.com/moparisthebest/adjective-adjective-animal"
repository = "https://github.com/moparisthebest/adjective-adjective-animal.git"
homepage = "https://github.com/moparisthebest/adjective-adjective-animal"
keywords = ["name", "random", "adjective", "animal"]
2015-09-22 11:36:02 -04:00
description = """
2018-08-07 00:08:48 -04:00
A library to generate suitably random and reasonably unique human readable (and fairly adorable) ids,
ala GiphyCat
2015-09-22 11:36:02 -04:00
"""
2015-09-22 12:25:28 -04:00
exclude = ["cli"]
build = "build.rs"
2015-09-19 14:06:58 -04:00
2015-09-19 16:17:59 -04:00
[lib]
2018-08-07 00:08:48 -04:00
name = "adjective_adjective_animal"
2015-09-19 16:17:59 -04:00
path = "src/lib.rs"
2015-09-19 14:06:58 -04:00
[dependencies]
2018-08-07 00:08:48 -04:00
rand = "0.5.4"