This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
enve/itconfig/Cargo.toml

22 lines
774 B
TOML
Raw Normal View History

2019-12-23 14:56:19 +03:00
[package]
name = "itconfig"
2020-01-07 16:14:45 +03:00
version = "0.7.0"
2019-12-23 14:56:19 +03:00
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
description = "Easy build a configs from environment variables and use it in globally."
categories = ["config", "web-programming"]
2020-01-07 16:14:45 +03:00
keywords = ["config", "env", "macro", "configuration", "environment", "namespace", "concat", "concatinated"]
2019-12-23 14:56:19 +03:00
edition = "2018"
license = "MIT"
repository = "https://github.com/icetemple/itconfig-rs"
homepage = "https://github.com/icetemple/itconfig-rs"
documentation = "https://docs.rs/itconfig"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2019-12-27 23:57:13 +03:00
[badges]
travis-ci = { repository = "icetemple/itconfig-rs" }
maintenance = { status = "actively-developed" }
2019-12-26 09:49:48 +03:00
2019-12-23 14:56:19 +03:00
[dependencies]