# 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 = "ttgraph" version = "0.4.2" authors = ["Zizhang Luo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Typed/Transactional Graph container" readme = "README.md" keywords = [ "graph", "transaction", "typed", "data_structure", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/semiwaker/TTGraph" [lib] name = "ttgraph" path = "src/lib.rs" [[test]] name = "test_basic" path = "tests/test_basic.rs" [[test]] name = "test_bidirectional" path = "tests/test_bidirectional.rs" [[test]] name = "test_expand" path = "tests/test_expand.rs" [[test]] name = "test_group" path = "tests/test_group.rs" [[test]] name = "test_link_type" path = "tests/test_link_type.rs" [dependencies.indexmap] version = "2.6.0" features = ["serde"] [dependencies.ordermap] version = "0.5.3" features = ["serde"] [dependencies.paste] version = "1.0.15" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.ttgraph_macros] version = "^0.4.1" [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", "serde", ] [dependencies.visible] version = "0.0.1" [features] debug = [] default = ["debug"]