# 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 = "absinthe" version = "0.3.0" authors = ["Dimitri Gence "] description = "Are you an Actor & Async junkie? Then your app needs some Absinthe!" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dmgnx/Absinthe" resolver = "1" [dependencies.absinthe-macros] version = "0.3.0" [dependencies.async-channel] version = "1.9.0" [dependencies.async-std] version = "1.12.0" optional = true [dependencies.async-trait] version = "0.1.72" [dependencies.futures] version = "0.3.28" optional = true [dependencies.tokio] version = "1.29.1" features = [ "sync", "rt", ] optional = true [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [features] async-std-runtime = [ "async-std", "futures", ] default = ["tokio-runtime"] tokio-runtime = ["tokio"]