[package] name = "collective" version = "0.1.2" authors = ["Eduardo Trujillo <ed@chromabits.com>"] edition = "2018" [dependencies] serde = "1.0" log = "0.4" toml = "0.8" thiserror = "1.0" clap = "3.1" pretty_env_logger = "0.4" figment = { version = "0.10", features = ["toml", "env"] } lazy_static = { version = "1.4", optional = true } xdg = { version = "2.4", optional = true } [features] default = ["config-yaml", "config-json", "thread", "xdg"] config-yaml = ["figment/yaml"] config-json = ["figment/json"] thread = ["lazy_static"] xdg = ["dep:xdg"]