# 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" rust-version = "1.72" name = "torrust-tracker-configuration" version = "3.0.0" authors = ["Nautilus Cyberneering , Mick van Dijke "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A library to provide configuration to the Torrust Tracker." homepage = "https://torrust.com/" documentation = "https://docs.rs/crate/torrust-tracker/" readme = "README.md" keywords = [ "config", "library", "settings", ] license = "AGPL-3.0-only" repository = "https://github.com/torrust/torrust-tracker" [lib] name = "torrust_tracker_configuration" path = "src/lib.rs" [dependencies.camino] version = "1" features = [ "serde", "serde1", ] [dependencies.derive_more] version = "1" features = [ "constructor", "display", ] [dependencies.figment] version = "0" features = [ "env", "test", "toml", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.serde_with] version = "3" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0" [dependencies.torrust-tracker-located-error] version = "3.0.0" [dependencies.url] version = "2" [dev-dependencies.uuid] version = "1" features = ["v4"]