# 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 = "tropobase_configuration" version = "0.1.0" description = "Tropobase configuration models" license = "MIT" repository = "https://gitlab.com/hex-software/tropobase" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.validator] version = "0.16.1" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9.27" [build-dependencies.anyhow] version = "1" [build-dependencies.schemars] version = "0.8.16" [build-dependencies.serde] version = "1.0.193" features = ["derive"] [build-dependencies.serde_json] version = "1.0.108" [build-dependencies.validator] version = "0.16.1" features = ["derive"] [features] default = ["postgres"] postgres = []