# 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 = "2018" name = "arboretum-td" version = "0.1.0" authors = ["Johannes Meintrup "] description = "A library and CLI for obtaining exact and heuristc tree decompositions for arbitrary graphs" homepage = "https://github.com/jmeintrup/arboretum" readme = "README.md" license = "MIT" repository = "https://github.com/jmeintrup/arboretum" [[bin]] name = "arboretum-cli" path = "src/main.rs" test = false required-features = ["cli"] [dependencies.bitvec] version = "0.19.1" [dependencies.ctrlc] version = "3.1.9" features = ["termination"] optional = true [dependencies.env_logger] version = "0.8.3" optional = true [dependencies.fxhash] version = "0.2.1" [dependencies.jemallocator] version = "0.3.2" optional = true [dependencies.log] version = "0.4.14" optional = true [dependencies.num] version = "0.4.0" [dependencies.rand] version = "0.8.3" [dependencies.structopt] version = "0.3.21" optional = true [features] cli = ["structopt"] handle-ctrlc = ["ctrlc"] pace-logging = ["log", "env_logger"]