# 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 = "2018" name = "bigml-parallel" version = "1.0.1" authors = ["Eric Kidd "] description = "CLI tool for executing multiple BigML scripts in parallel" documentation = "https://github.com/faradayio/bigml-rs/tree/master/bigml-parallel" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/faradayio/bigml-rs" [dependencies.anyhow] version = "1.0.51" features = ["backtrace"] [dependencies.bigml] version = "=1.0.1" [dependencies.bytes] version = "1.0.1" [dependencies.clap] version = "4" features = [ "wrap_help", "derive", ] [dependencies.futures] version = "0.3.1" [dependencies.regex] version = "1.3.7" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0.1" features = [ "fs", "io-std", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.2" features = ["env-filter"] [dev-dependencies.cli_test_dir] version = "0.1.5"