# 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 = "dagster_pipes_rust" version = "0.1.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Dagster pipes implementation for interfacing with Rust" readme = "README.md" license = "Apache-2.0" [lib] name = "dagster_pipes_rust" path = "src/lib.rs" [[bin]] name = "pipes_tests" path = "src/bin/pipes_tests.rs" required-features = ["pipes-tests"] [dependencies.base64] version = "0" [dependencies.clap] version = "4.5.23" features = ["derive"] optional = true [dependencies.flate2] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.rstest] version = "0.23.0" default-features = false [dev-dependencies.tempfile] version = "3.14.0" [features] pipes-tests = ["dep:clap"]