summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-13 11:01:04 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-13 11:01:04 +0100
commit71adf3d2c2cab44e3dfcc7a728e2e534c68b2b64 (patch)
tree8f60103918073735997c56d5f9a30816ed3c8557
parente813ecae86371adf50b39a06d89709b1268abae3 (diff)
Update Cargo.toml settings for maintenance fork
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml15
1 files changed, 7 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f0f75b6..57b72c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,18 +1,17 @@
[package]
-name = "config"
+name = "config-maint"
version = "0.10.1"
-description = "Layered configuration system for Rust applications."
-homepage = "https://github.com/mehcode/config-rs"
-repository = "https://github.com/mehcode/config-rs"
+description = "Layered configuration system for Rust applications. (Maintenance fork)"
+homepage = "https://sr.ht/~matthiasbeyer/config-rs-maint/"
+repository = "https://git.sr.ht/~matthiasbeyer/config-rs-maint/"
+documentation = "https://docs.rs/config-maint"
readme = "README.md"
keywords = ["config", "configuration", "settings", "env", "environment"]
-authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
+authors = ["Ryan Leckey <leckey.ryan@gmail.com>",
+ "Matthias Beyer <mail@beyermatthias.de>"]
categories = ["config"]
license = "MIT/Apache-2.0"
-[badges]
-travis-ci = { repository = "mehcode/config-rs" }
-
[features]
default = ["toml", "json", "yaml", "hjson", "ini"]
json = ["serde_json"]