# 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 = "ohkami_lib" version = "0.2.5" authors = ["kanarus "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Internal library for Ohkami - intuitive and declarative web framework" homepage = "https://crates.io/crates/ohkami" documentation = "https://docs.rs/ohkami" readme = "README.md" keywords = [ "async", "http", "web", "server", "framework", ] categories = [ "asynchronous", "web-programming::http-server", "network-programming", "wasm", ] license = "MIT" repository = "https://github.com/ohkami-rs/ohkami" [lib] name = "ohkami_lib" path = "src/lib.rs" [dependencies.byte_reader] version = "3.1" features = ["text"] [dependencies.futures-core] version = "0.3" optional = true [dependencies.percent-encoding] version = "2.3" [dependencies.serde] version = "1.0" features = ["derive"] [features] stream = ["dep:futures-core"]