# 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 = "hconf" version = "0.26.3" authors = ["Mushogenshin "] include = [ "**/*.rs", "Cargo.toml", ] description = "Read various configurations from files and environment variables" documentation = "https://docs.rs/hconf/latest/hconf" readme = "README.md" keywords = ["tech-art"] categories = [ "filesystem", "config", ] license = "MIT OR Apache-2.0" [lib] [dependencies.anyhow] version = "1.0.58" [dependencies.chrono] version = "0.4.19" [dependencies.colored] version = "2.0.0" [dependencies.config] version = "0.13.1" [dependencies.egui] version = "0.21.0" features = ["serde"] optional = true [dependencies.glob] version = "0.3.0" [dependencies.log] version = "0.4.17" [dependencies.mkutil] version = "0.5.1" default-features = false [dependencies.once_cell] version = "1.13.0" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.strum] version = "0.24.1" features = ["derive"] [features] gui = ["egui"] kitsu = [] ldap = [] mongo = [] persistence = ["egui/persistence"] shotgrid = []