# 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 = "seamless" version = "0.11.0" authors = ["James Wilson "] description = """ An opinionated library to easily create RPC style JSON APIs """ readme = "README.md" keywords = [ "api", "http", "rpc", "json", ] categories = [ "web-programming", "web-programming::http-server", "asynchronous", ] license = "MIT" repository = "https://github.com/jsdw/seamless" resolver = "1" [dependencies.async-trait] version = "0.1.36" [dependencies.futures] version = "0.3.15" [dependencies.http] version = "0.2.1" [dependencies.seamless_macros] version = "0.10.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.uuid] version = "1" optional = true [dev-dependencies.bytes] version = "1.0.1" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.thiserror] version = "1.0.23" [dev-dependencies.tokio] version = "1.1.0" features = [ "rt", "rt-multi-thread", "macros", ] [dev-dependencies.tokio-util] version = "0.6.7" features = ["compat"] [dev-dependencies.trybuild] version = "1.0.53" [dev-dependencies.warp] version = "0.3.0" [features] default = ["uuid"]