# 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 = "zink" version = "0.1.11" authors = ["clearloop"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Standard library for zink projects." homepage = "https://github.com/clearloop/zink" documentation = "https://docs.rs/zink" readme = "zink/README.md" license = "GPL-3.0-only" repository = "https://github.com/clearloop/zink.git" [profile.dev] panic = "abort" [profile.release] panic = "unwind" [lib] name = "zink" path = "zink/src/lib.rs" [[example]] name = "addition" path = "examples/addition.rs" [[example]] name = "constructor" path = "examples/constructor.rs" [[example]] name = "fibonacci" path = "examples/fibonacci.rs" [[example]] name = "if-else" path = "examples/if-else.rs" [[example]] name = "log" path = "examples/log.rs" [[example]] name = "mapping" path = "examples/mapping.rs" [[example]] name = "storage" path = "examples/storage.rs" [[test]] name = "add" path = "tests/add.rs" [[test]] name = "br_if" path = "tests/br_if.rs" [[test]] name = "call" path = "tests/call.rs" [[test]] name = "if" path = "tests/if.rs" [[test]] name = "lib" path = "tests/lib.rs" [[test]] name = "log" path = "tests/log.rs" [[test]] name = "loop" path = "tests/loop.rs" [[test]] name = "recursion" path = "tests/recursion.rs" [[test]] name = "select" path = "tests/select.rs" [[test]] name = "storage" path = "tests/storage.rs" [[test]] name = "sub" path = "tests/sub.rs" [dependencies.paste] version = "1.0.14" [dependencies.zink-codegen] version = "0.1.11" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.anyhow] version = "1.0.79" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.filetests] version = "0.1.11" package = "zinkc-filetests" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.hex] version = "0.4.3" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.opcodes] version = "=0.0.4" features = [ "data", "data", ] package = "evm-opcodes" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tracing] version = "0.1.40" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.zint] version = "0.1.11"