# 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 = "flowrs" version = "0.2.0" authors = [ "wuermseer.florian@gmail.com", "markus.friedrich@hm.edu", ] description = "A generic and Type-Safe WASM library for Flow-Based Programming." documentation = "https://docs.rs/flowrs" readme = "README.md" keywords = [ "flow", "fbp", "wasm", ] categories = [ "data-structures", "wasm", ] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/flow-rs/flowrs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.flowrs-derive] version = "0.3.0" [dependencies.serde] version = "1.0.166" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.100" [dependencies.threadpool] version = "1.8.1" [dev-dependencies.wasm-bindgen-test] version = "0.3.37"