# 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 = "findminhs" version = "2.1.0" authors = ["David Stangl "] exclude = ["evaluation/*"] description = "An efficient branch-and-bound solver for hitting set" homepage = "https://github.com/Felerius/findminhs" documentation = "https://github.com/Felerius/findminhs" readme = "README.md" keywords = [ "hitting-set", "solver", "research", ] categories = [ "command-line-utilities", "science", ] license = "MIT" repository = "https://github.com/Felerius/findminhs" resolver = "2" [profile.release] lto = true [dependencies.anyhow] version = "1.0" [dependencies.derivative] version = "2.1" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.rustc-hash] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [features] debug-skipvec = []