# 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-clusters" version = "0.2.3" authors = ["FL03 (https://github.com/FL03)"] description = "acme-clusters" homepage = "https://github.com/scattered-systems/acme/wiki/" keywords = [ "async", "scsys", ] categories = [] license = "Apache-2.0" repository = "https://github.com/scattered-systems/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.23.0" features = ["macros"] [dev-dependencies] [build-dependencies] [features] core = [] default = [ "core", "extras", "wasm", ] extras = [] full = [ "core", "extras", "wasm", ] wasm = ["wasm-ext"] wasm-ext = [] [target.wasm32-unknown-unknown]