# 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 = "taxy-api" version = "0.2.0" authors = ["picoHz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Type definitions and API for taxy" homepage = "https://taxy.dev/" readme = "README.md" keywords = [ "tcp", "http", "tls", "proxy", "reverse-proxy", ] categories = [ "network-programming", "web-programming", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/picoHz/taxy" [lib] name = "taxy_api" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.hex] version = "0.4.3" [dependencies.humantime-serde] version = "1.1.1" [dependencies.regex] version = "1.11.1" [dependencies.rustls-pki-types] version = "1.10.0" [dependencies.serde] version = "1.0.171" features = ["rc"] [dependencies.serde_default] version = "0.2.0" [dependencies.serde_derive] version = "1.0.171" [dependencies.serde_json] version = "1.0.102" [dependencies.thiserror] version = "1.0.43" [dependencies.time] version = "0.3.36" [dependencies.url] version = "2.4.0" features = ["serde"] [dependencies.utoipa] version = "5.2.0"