# 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 = "smash" version = "0.0.0-alpha.4" authors = ["Jian Chen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Placeholder" documentation = "https://docs.rs/smash" readme = "README.md" keywords = [] license = "MIT" repository = "https://github.com/chensoft/smash" [lib] name = "smash" path = "src/lib.rs" [[example]] name = "hello" path = "examples/hello.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [[bench]] name = "playground" path = "benches/playground.rs" harness = false [dependencies.async-trait] version = "0.1" [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"]