# 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 = "ncp-metrics-exporter" version = "1.0.0" description = "A custom prometheus metrics exporter for NCP" homepage = "https://nextcloudpi.com" readme = "README.md" license = "MIT" repository = "https://github.com/theCalcaholic/ncp-metrics-exporter" resolver = "2" [dependencies.async-std] version = "1.10.0" features = ["attributes"] [dependencies.chrono] version = "0.4.19" [dependencies.failure] version = "0.1.8" [dependencies.proc-mounts] version = "0.2.4" [dependencies.prometheus-client] version = "0.15" [dependencies.regex] version = "1.5.4" [dependencies.serde_json] version = "1.0.79" [dependencies.tide] version = "0.16.0"