# 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 = "flowlang" version = "0.3.16" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A dataflow oriented programming meta-language in JSON supporting functions written in rust, python javascript, java and flow." homepage = "https://github.com/mraiser/flow" documentation = "https://docs.rs/flowlang/latest/flowlang/" readme = "README.md" license = "MIT" repository = "https://github.com/mraiser/flow" [lib] name = "flowlang" path = "src/lib.rs" [[bin]] name = "flow" path = "src/main.rs" [dependencies.deno_core] version = "0.249.0" optional = true [dependencies.jni] version = "^0.21.1" features = ["invocation"] optional = true [dependencies.ndata] version = "0.3.11" [dependencies.pyo3] version = "0.20.3" features = ["auto-initialize"] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.serde_v8] version = "0.158.0" optional = true [features] java_runtime = ["jni"] javascript_runtime = [ "deno_core", "serde_v8", "serde_support", ] mirror = [] python_no_singleton = [] python_runtime = ["pyo3"] serde_support = [ "serde", "serde_json", "ndata/serde_support", ]