# 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 = "sylvan-sys" version = "1.1.0" authors = ["Samuel Pastva "] build = "build.rs" description = "Bindings for the Sylvan parallel decision diagrams library." homepage = "https://github.com/daemontus/sylvan-sys" readme = "README.md" keywords = [ "bdd", "symbolic", "parallel", ] categories = [ "data-structures", "mathematics", "science", ] license = "Apache-2.0" repository = "https://github.com/daemontus/sylvan-sys" [package.metadata.docs.rs] no-default-features = true [dependencies.libc] version = "0.2" [build-dependencies.cmake] version = "0.1.49" [features] build_sylvan = [] default = ["build_sylvan"]