# 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 = "outline_api" version = "2.1.0" authors = ["sigseg5"] exclude = [ ".github/*", "api.yml", ] description = "Implementation of Outline VPN server API control" homepage = "https://github.com/sigseg5/outline-api" readme = "README.md" keywords = [ "outline", "oulinevpn", "vpn", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/sigseg5/outline-api" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.serde_json] version = "1.0.108"