# 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 = "acme-conduits" version = "0.2.4" authors = ["FL03 (https://github.com/FL03)"] description = "acme" homepage = "https://github.com/FL03/acme/wiki" keywords = ["scsys"] categories = [] license = "Apache-2.0" repository = "https://github.com/FL03/acme" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.mio] version = "0.8.4" [dependencies.scsys] version = "0.1.38" features = ["full"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tokio] version = "1.21.2" features = ["macros"] [dev-dependencies] [build-dependencies] [target.wasm32-unknown-unknown]