# 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 = "ckb-dyn-lock" version = "0.1.10" authors = ["zkzkp "] description = "ckb dyn lock lib" license = "MIT" [dependencies.ckb-std] version = "0.7" optional = true [dependencies.ckb-tool] version = "0.2" optional = true [dependencies.includedir] version = "0.6" optional = true [dependencies.phf] version = "0.8" optional = true [dependencies.sha3] version = "0.8" optional = true [build-dependencies.blake2b-rs] version = "0.2" [build-dependencies.faster-hex] version = "0.4" [build-dependencies.includedir_codegen] version = "0.6" optional = true [features] default = ["dynamic_loading"] dynamic_loading = ["ckb-std"] lock_binary = ["includedir", "phf", "includedir_codegen"] test_tool = ["sha3", "ckb-tool"]