# 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 = "sodg" version = "0.0.32" description = "Surging Object DiGraph (SODG)" homepage = "https://github.com/objectionary/sodg" readme = "README.md" keywords = [ "graph", "oop", ] categories = [ "data-structures", "memory-management", ] license-file = "LICENSE.txt" repository = "https://github.com/objectionary/sodg" [dependencies.anyhow] version = "1.0.70" [dependencies.bincode] version = "1.3.3" [dependencies.ctor] version = "0.1.26" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.7.1" [dependencies.rstest] version = "0.16.0" [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.simple_logger] version = "4.0.0" [dependencies.sxd-document] version = "0.3.2" [dependencies.sxd-xpath] version = "0.4.2" [dependencies.xml-builder] version = "0.5.2" [dev-dependencies.fsutils] version = "0.1.7" [dev-dependencies.predicates] version = "3.0.1" [dev-dependencies.tempfile] version = "3.4.0" [features] gc = [] sober = []