# 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.65.0" name = "bigraph" version = "5.0.0" authors = ["Sebastian Schmidt "] description = "Different representations with implemented operations on bigraphs" homepage = "https://github.com/sebschmi/bigraph-rs" documentation = "https://docs.rs/bigraph" readme = "README.md" keywords = [ "bigraph", "graph", "bidirected", "abstract", "implementation", ] categories = [ "data-structures", "mathematics", "science", ] license = "BSD-2-Clause" repository = "https://github.com/sebschmi/bigraph-rs" [dependencies.bitvector] version = "0.1.5" [dependencies.traitgraph] version = "5.0.0" [dependencies.traitgraph-algo] version = "8.0.0"