# 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 = "ovpn_status" version = "0.2.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Queries the endpoints used by OVPN's status site and shows status information in the terminal." readme = "README.md" keywords = [ "ovpn", "terminal", "vpn", "status", "api", ] license = "MIT" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = 3 lto = "fat" codegen-units = 16 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = true strip = "symbols" [lib] name = "ovpn_status" path = "src/lib.rs" [[bin]] name = "ovpn_status" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "cookies", "http2", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.215" features = ["derive"]