# 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 = "fibra" version = "0.3.0-alpha.1" authors = ["Jian Chen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and Powerful HTTP router written in Rust" documentation = "https://docs.rs/fibra" readme = "README.md" keywords = [ "fibra", "http", "router", "web", "server", ] license = "MIT" repository = "https://github.com/chensoft/fibra" [lib] name = "fibra" path = "src/lib.rs" [[example]] name = "echo" path = "examples/echo.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "https" path = "examples/https.rs" [[example]] name = "ipv6" path = "examples/ipv6.rs" [[example]] name = "multisite" path = "examples/multisite.rs" [[example]] name = "response" path = "examples/response.rs" [[example]] name = "rewrite" path = "examples/rewrite.rs" [[example]] name = "routing" path = "examples/routing.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "stream" path = "examples/stream.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [[bench]] name = "playground" path = "benches/playground.rs" harness = false [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.6" [dependencies.encoder] version = "0.2" [dependencies.form_urlencoded] version = "1.2" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.4" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.indexmap] version = "2.5" features = ["serde"] [dependencies.logkit] version = "0.3" [dependencies.mime] version = "0.3" [dependencies.psl] version = "2.1" [dependencies.radixmap] version = "0.2" [dependencies.socket2] version = "0.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" features = ["full"] [dependencies.ulid] version = "1.1" [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"] [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0"