# 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 = "nonogrid" version = "0.7.3" authors = ["Ivan L "] description = "Efficient nonogram solver" readme = "README.md" keywords = ["nonogram", "solver", "sat"] categories = ["algorithms", "command-line-utilities", "games", "science", "visualization"] license = "MIT" repository = "https://github.com/tsionyx/nonogrid" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "2.33" optional = true [dependencies.colored] version = "1.9" optional = true [dependencies.env_logger] version = "0.7" features = ["termcolor", "atty", "humantime"] optional = true default_features = false [dependencies.hashbrown] version = "0.6" [dependencies.log] version = "0.4" [dependencies.lru] version = "0.5" [dependencies.ordered-float] version = "2.8" [dependencies.priority-queue] version = "1.0" [dependencies.reqwest] version = "0.10" features = ["blocking"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.smallvec] version = "1.6" [dependencies.sxd-document] version = "0.3" optional = true [dependencies.sxd-xpath] version = "0.4" optional = true [dependencies.toml] version = "0.5" optional = true [dependencies.varisat] version = "=0.2.1" optional = true [features] args = ["clap"] colors = ["colored"] default = ["args", "std_time", "logger", "ini"] ini = ["toml", "serde"] logger = ["env_logger"] sat = ["varisat"] std_time = [] threaded = [] web = ["reqwest"] xml = ["sxd-document", "sxd-xpath"]