# 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 = "2018" name = "stack-string" version = "0.9.0" authors = ["Daniel Boline "] description = "A wrapper around SmartString which adds support for various extensions" homepage = "https://github.com/ddboline/stack-string-rs" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ddboline/stack-string-rs" [dependencies.arrayvec] version = "0.7" [dependencies.async-graphql] version = "5.0" features = ["dataloader"] optional = true [dependencies.bytes] version = "1.0" optional = true [dependencies.derive_more] version = "0.99" [dependencies.hyper] version = "0.14" optional = true [dependencies.postgres-types] version = "0.2" optional = true [dependencies.rweb] version = "0.15.0" features = ["openapi"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smartstring] version = "1.0" features = ["serde"] [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] async_graphql = ["async-graphql"] default = [] postgres_types = [ "postgres-types", "bytes", ] rweb-openapi = [ "rweb", "hyper", ]