# 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 = "symbolic-sets" version = "0.1.0" authors = ["Douglas Creager "] description = "Sets that are stored symbolically" homepage = "https://walland.dev/spruce/" readme = "README" license = "AGPL-3.0-only" repository = "https://git.sr.ht/~dcreager/spruce" [package.metadata.docs.rs] all-features = true [dependencies.bitvec] version = "1.0" optional = true [dependencies.indoc] version = "2" optional = true [dependencies.proptest] version = "1.4" optional = true [dependencies.proptest-attr-macro] version = "1.0" optional = true [dev-dependencies.bitvec] version = "1.0" [dev-dependencies.indoc] version = "2" [dev-dependencies.proptest] version = "1.4" [dev-dependencies.proptest-attr-macro] version = "1.0" [features] proptest = [ "dep:indoc", "dep:proptest", "dep:proptest-attr-macro", ]