# 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 = "ckbes" version = "0.118.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CKB Easy Script is a framework for developing ckb contracts." readme = "README.md" license = "MIT" [lib] name = "ckbes" path = "src/lib.rs" [[example]] name = "atomic" path = "examples/atomic.rs" [[example]] name = "blake2b" path = "examples/blake2b.rs" [[example]] name = "echo" path = "examples/echo.rs" [[example]] name = "exit_0" path = "examples/exit_0.rs" [[example]] name = "exit_1" path = "examples/exit_1.rs" [[example]] name = "spawn_callee" path = "examples/spawn_callee.rs" [[example]] name = "spawn_caller" path = "examples/spawn_caller.rs" [[example]] name = "syscall" path = "examples/syscall.rs" [dependencies.blake2b-ref] version = "0.3" [dependencies.linked_list_allocator] version = "0.10"