# 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 = "modular-rs" version = "0.1.0" description = "Library to manage modules and events" license = "MIT OR Apache-2.0" repository = "https://github.com/Flassie/modular" resolver = "1" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.anyhow] version = "1" [dependencies.async-channel] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" features = ["executor"] [dependencies.futures-util] version = "0.3" [dependencies.nom] version = "7" [dependencies.parking_lot] version = "0.12" features = ["send_guard"] [dependencies.thiserror] version = "1" [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [target."cfg(any(target_family = \"wasm\"))".dependencies.tokio] version = "1" features = [ "rt", "macros", "time", ] [target."cfg(not(any(target_family = \"wasm\")))".dependencies.tokio] version = "1" features = ["full"]