# 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" rust-version = "1.60" name = "json-mel" version = "0.8.0" authors = ["Quentin VIGNAUD "] description = "Mélodium JSON data processing library" homepage = "https://melodium.tech" readme = "README.md" keywords = [ "dataflow", "parallelization", "scalability", "async", "signal", ] categories = [ "compilers", "science", "concurrency", "asynchronous", ] license = "EUPL-1.2" repository = "https://gitlab.com/melodium/melodium" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "json_mel" crate-type = [ "lib", "cdylib", ] [dependencies.futures] version = "0.3.28" [dependencies.melodium-core] version = "0.8.0" [dependencies.melodium-macro] version = "0.8.0" [dependencies.serde] version = "1.0.185" [dependencies.serde_json] version = "1.0.105" [features] mock = [] plugin = [] real = []