# 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 = "metco" version = "0.1.0" description = "Metrics Collector inspired by StatsD." homepage = "https://github.com/zlikavac32/metco" readme = "README.md" license = "MIT" repository = "https://github.com/zlikavac32/metco" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.figment] version = "0.10" features = [ "toml", "env", ] [dependencies.humantime-serde] version = "1.1.1" [dependencies.log] version = "0.4.21" [dependencies.nom] version = "7.1.3" [dependencies.postgres] version = "0.19.8" features = ["with-chrono-0_4"] [dependencies.postgres-types] version = "0.2.7" features = ["derive"] [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.stderrlog] version = "0.6.0"