# 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" rust-version = "1.61" name = "name-it" version = "0.1.5" exclude = [ "flake.nix", "flake.lock", ".envrc", ] description = "Give a name to async fn return types" readme = "README.md" keywords = [ "tait", "stable", "async", ] categories = [ "no-std", "rust-patterns", "asynchronous", ] license = "BlueOak-1.0.0 OR Apache-2.0" repository = "https://github.com/GoldsteinE/name-it" resolver = "2" [dependencies.elain] version = "0.3.0" [dependencies.name-it-macros] version = "=0.1.3" [dev-dependencies.futures] version = "0.3.21" features = ["executor"] [dev-dependencies.futures-test] version = "0.3.21" [dev-dependencies.impls] version = "1.0.3" [dev-dependencies.tokio] version = "1.20.1" features = [ "rt", "macros", "time", ] [dev-dependencies.trybuild] version = "1.0.64" features = ["diff"]