# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "snark-tool" version = "0.4.0" authors = ["jkbstrmen "] exclude = ["resources/graphs/*", "snark-tool.yml"] description = "snark-tool library contains structures and algorithm for (mainly) cubic graph analysis" homepage = "https://github.com/jkbstrmen/snark-tool" readme = "README.md" keywords = ["graph-theory", "snark", "algorithm"] license = "MIT OR Apache-2.0" repository = "https://github.com/jkbstrmen/snark-tool" [profile.dev] opt-level = 3 [profile.test] opt-level = 3 [lib] name = "snark_tool" path = "src/lib.rs" [[bin]] name = "snark-tool" path = "src/main.rs" [dependencies.bit-vec] version = "0.6" [dependencies.cadical] version = "0.1.13" [dependencies.num_cpus] version = "1.13" [dependencies.petgraph] version = "0.5.1" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.2.10" [dependencies.varisat] version = "0.2.2" [dependencies.yaml-rust] version = "0.4.4"