# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "twelf" version = "0.15.0" authors = ["Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>"] description = "Twelf is a configuration solution for Rust including 12-Factor support. It is designed with layers in order to configure different sources and formats to build your configuration. The main goal is to be very simple using a proc macro." homepage = "https://github.com/bnjjj/twelf" readme = "README.md" keywords = [ "config", "configuration", "env", "environment", "settings", ] categories = ["config"] license = "MIT" repository = "https://github.com/bnjjj/twelf" resolver = "1" [dependencies.clap_rs] version = "4" features = ["derive"] optional = true package = "clap" [dependencies.config-derive] version = "0.15.0" [dependencies.dyn-clone] version = "1.0.0" optional = true [dependencies.envy] version = "0.4.1" optional = true [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_dhall] version = "0.11" optional = true [dependencies.serde_ini] version = "0.2.0" optional = true [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8.23" optional = true [dependencies.shellexpand] version = "3.1.0" optional = true [dependencies.thiserror] version = "1" [dependencies.toml_rs] version = "0.5.8" optional = true package = "toml" [features] clap = [ "clap_rs", "config-derive/clap", "envy", ] custom_fn = [ "dyn-clone", "config-derive/custom_fn", ] default = [ "env", "clap", "shellexpand", ] default_trait = ["config-derive/default_trait"] dhall = [ "serde_dhall", "config-derive/dhall", ] env = [ "envy", "config-derive/env", ] ini = [ "serde_ini", "config-derive/ini", ] json = ["config-derive/json"] shellexpand = [ "dep:shellexpand", "config-derive/shellexpand", ] toml = [ "toml_rs", "config-derive/toml", ] yaml = [ "serde_yaml", "config-derive/yaml", ]