# 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 = "ergoscript-compiler" version = "0.24.0" authors = ["Denys Zadorozhnyi "] exclude = ["proptest-regressions/*"] description = "Compiler for ErgoScript" license = "CC0-1.0" repository = "https://github.com/ergoplatform/sigma-rust" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.derive_more] version = "0.99" [dependencies.drop_bomb] version = "0.1.5" [dependencies.ergotree-ir] version = "^0.28.0" [dependencies.line-col] version = "0.2.1" [dependencies.logos] version = "0.12" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.rowan] version = "0.12.1" [dependencies.text-size] version = "1.1.0" [dev-dependencies.expect-test] version = "1.0.1"