# 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 = "flowrlib" version = "0.95.0" authors = ["Andrew Mackenzie "] description = "Flow Runner Library (flowrlib) for 'flow' programs" homepage = "http://andrewdavidmackenzie.github.io/flow/" documentation = "https://github.com/andrewdavidmackenzie/flow/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/andrewdavidmackenzie/flow/" resolver = "1" [lib] name = "flowrlib" path = "src/lib.rs" [dependencies.error-chain] version = "0.12.2" [dependencies.flowcore] version = "0.95.0" features = [ "file_provider", "http_provider", "context", "meta_provider", ] [dependencies.log] version = "0.4.6" [dependencies.multimap] version = "~0.8" [dependencies.rand] version = "0.8" [dependencies.serde] version = "~1.0.154" [dependencies.serde_derive] version = "~1.0.27" [dependencies.serde_json] version = "1.0" default-features = false [dependencies.url] version = "2.2" features = ["serde"] [dependencies.wasmtime] version = "6.0.1" features = ["cranelift"] default-features = false [dependencies.zmq] version = "0.10.0" [dev-dependencies.portpicker] version = "0.1.1" [dev-dependencies.serial_test] version = "1.0.0" [dev-dependencies.simpath] version = "~2.3" features = ["urls"] [dev-dependencies.tempdir] version = "~0.3.5" [features] context = ["flowcore/context"] debugger = ["flowcore/debugger"] default = [] metrics = [] submission = [] [badges.maintenance] status = "actively-developed"