# 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" rust-version = "1.75.0" name = "homestar-workflow" version = "0.3.0" authors = ["The Fission Authors"] description = "Homestar library for working with workflows centered around UCAN invocations" documentation = "https://docs.rs/homestar-workflow" readme = "README.md" keywords = [ "ipld", "ipvm", "ucan", "workflow", ] categories = [ "development-tools", "wasm", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/ipvm-wg/homestar/tree/main/homestar-workflow" [package.metadata.cargo-machete] ignored = ["homestar-workspace-hack"] [package.metadata.cargo-udeps.ignore] normal = ["homestar-workspace-hack"] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] path = "src/lib.rs" doctest = true bench = false [dependencies.fxhash] version = "0.2" default-features = false [dependencies.homestar-invocation] version = "0.3" [dependencies.homestar-workspace-hack] version = "0.1" [dependencies.indexmap] version = "2.2" features = ["serde"] default-features = false [dependencies.libipld] version = "0.16" features = [ "serde-codec", "dag-cbor", "dag-json", "derive", ] default-features = false [dependencies.schemars] version = "0.8" features = [ "arrayvec", "url", ] [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.homestar-invocation] version = "0.3" features = ["test-utils"] [dev-dependencies.json] version = "0.12" [dev-dependencies.serde_json] version = "1.0" default-features = false