# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "stepflow" version = "0.0.8" authors = ["John Wana "] description = "Automatically generate user flows by defining the data needed" homepage = "https://stepflow.dev" license = "Apache-2.0" repository = "https://github.com/step-flow/stepflow" [dependencies.stepflow-action] version = "0.0.6" [dependencies.stepflow-base] version = "0.0.5" [dependencies.stepflow-data] version = "0.0.5" [dependencies.stepflow-session] version = "0.0.7" [dependencies.stepflow-step] version = "0.0.5" [dev-dependencies.serde_json] version = "1.0.62" [dev-dependencies.tera] version = "1.5.0" [dev-dependencies.tokio] version = "0.2" features = ["full"] [dev-dependencies.tracing] version = "0.1.22" [dev-dependencies.tracing-attributes] version = "0.1.11" [dev-dependencies.tracing-futures] version = "0.2.4" [dev-dependencies.tracing-subscriber] version = "0.2.15" [dev-dependencies.warp] version = "0.2" [features] default = ["serde-support"] serde-support = ["stepflow-base/serde-support", "stepflow-data/serde-support", "stepflow-step/serde-support", "stepflow-action/serde-support", "stepflow-session/serde-support"]