# 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" rust-version = "1.63.0" name = "simplicity-lang" version = "0.3.0" authors = ["Andrew Poelstra "] description = "General purpose library for processing Simplicity programs" homepage = "https://github.com/BlockstreamResearch/rust-simplicity/" documentation = "https://docs.rs/simplicity-lang/" readme = "README.md" license = "CC0-1.0" repository = "https://github.com/BlockstreamResearch/rust-simplicity/" [lib] name = "simplicity" path = "src/lib.rs" [dependencies.bitcoin] version = "0.32.0" optional = true [dependencies.bitcoin-miniscript] version = "12.0.0" package = "miniscript" [dependencies.byteorder] version = "1.3" [dependencies.elements] version = "0.25.0" optional = true [dependencies.hashes] version = "0.14" package = "bitcoin_hashes" [dependencies.hex] version = "0.1.1" package = "hex-conservative" [dependencies.santiago] version = "1.3" [dependencies.serde] version = "1.0.103" features = ["derive"] optional = true [dependencies.simplicity-sys] version = "0.3.0" [dev-dependencies.simplicity-sys] version = "0.3.0" features = ["test-utils"] [features] default = ["elements"] elements = [ "dep:elements", "bitcoin", ] serde = [ "dep:serde", "bitcoin/serde", "elements/serde", ] test-utils = ["simplicity-sys/test-utils"] [target.wasm32-unknown-unknown.dependencies.getrandom] version = "0.2" features = ["js"]