# 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 = "sot" version = "0.0.2" description = "Simple Object Tree" homepage = "https://github.com/objectionary/sot" readme = "README.md" keywords = [ "graph", "tree", "oop", ] categories = ["graph"] license-file = "LICENSE.txt" repository = "https://github.com/objectionary/sot" resolver = "2" [dependencies.anyhow] version = "1.0.65" [dependencies.bincode] version = "1.3.3" [dependencies.ctor] version = "0.1.23" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.simple_logger] version = "2.3.0" [dependencies.sxd-document] version = "0.3.2" [dependencies.sxd-xpath] version = "0.4.2" [dependencies.xml-builder] version = "0.5.0" [dev-dependencies.fsutils] version = "0.1.7" [dev-dependencies.predicates] version = "2.1.1" [dev-dependencies.tempfile] version = "3.3.0"