# 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 = "motorx" version = "0.0.10" authors = ["Isaiah Gamble "] description = "A reverse-proxy in pure rust." homepage = "https://github.com/tsar-boomba/motorx" readme = "README.md" keywords = [ "http", "server", "reverse-proxy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tsar-boomba/motorx" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }" bin-dir = "{ bin }{ binary-ext }" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-fmt = "zip" [package.metadata.release] pre-release-hook = ["./tools/changelog.sh"] [profile.release] [dependencies.motorx-core] version = "0.0.10" features = [ "serde-config", "logging", "tls", ] default-features = false [dependencies.tokio] version = "1.21.2" features = [ "rt", "macros", "rt-multi-thread", ] optional = true [dependencies.tokio_wasi] version = "1.21.3" features = [ "rt", "macros", ] optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "env-filter", "fmt", "parking_lot", ] [features] default = [ "tokio", "motorx-core/default", ] wasm = [ "tokio_wasi", "motorx-core/wasm", ]