# 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 = "portdiff" version = "0.4.0-rc.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Data structure for fast local graph rewriting." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/lmondada/portdiff" resolver = "1" [lib] name = "portdiff" path = "src/lib.rs" [dependencies.bimap] version = "0.6.3" features = ["serde"] [dependencies.delegate] version = "0.12.0" [dependencies.derive-where] version = "1.2.7" [dependencies.derive_more] version = "0.99.18" [dependencies.itertools] version = "0.13.0" [dependencies.petgraph] version = "0.6.5" [dependencies.portgraph] version = "0.12.2" features = ["serde"] optional = true [dependencies.relrc] version = "0.3.0-rc.4" features = [ "petgraph", "serde", "petgraph", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.union-find] version = "0.4.3" [dependencies.uuid] version = "1.8.0" features = [ "v4", "serde", ] [dev-dependencies.insta] version = "1.39.0" [dev-dependencies.portgraph] version = "0.12.2" [dev-dependencies.rstest] version = "0.21.0" [dev-dependencies.serde_json] version = "1.0.122" [features] portgraph = ["dep:portgraph"]