# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "minsc" version = "0.2.0" authors = ["Nadav Ivgi "] include = ["/src", "/build.rs", "/LICENSE"] description = " A Miniscript-based high-level scripting language for Bitcoin contracts" homepage = "https://min.sc/" readme = "README.md" license = "MIT" repository = "https://github.com/shesek/minsc" [profile.release] opt-level = "s" lto = true [lib] crate-type = ["cdylib", "lib"] [dependencies.chrono] version = "0.4.13" [dependencies.lalrpop-util] version = "0.19.0" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.miniscript] version = "4.0.0" features = ["compiler"] [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.20" [dependencies.wasm-bindgen] version = "0.2.65" optional = true [dependencies.wee_alloc] version = "0.4.5" optional = true [build-dependencies.lalrpop] version = "0.19.0" features = ["lexer"] [features] default = ["wasm", "playground"] playground = ["wasm", "serde", "wasm-bindgen/serde-serialize"] wasm = ["wasm-bindgen", "lazy_static"]