# 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 = "lemon-graph" version = "0.0.1" description = "Async directed computation graphs." readme = "README.md" keywords = [ "computation", "graph", ] license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/lemon" [dependencies.petgraph] version = "0.6.4" default-features = false [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-test] version = "0.2.4"