# 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 = "ckb-blst" version = "0.100.0" authors = ["contrun "] include = [ "**/*.rs", "Cargo.toml", "README.md", "rustfmt.toml", "blst/src/*.c", "blst/src/*.h", "blst/deps/**/**.c", "blst/deps/**/**.h", "blst/build/**", "blst/src/asm/*.pl", "blst/src/asm/*.S", "blst/bindings/blst.h", "blst/bindings/blst_aux.h", ] description = "Bindings for blst BLS12-381 library with ckb compatibility" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cryptape/ckb-blst-rs" [profile.release] [[bench]] name = "blst_benches" harness = false [dependencies.zeroize] version = "^1.1" features = ["zeroize_derive"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rand_chacha] version = "0.2" [build-dependencies.cc] version = "1.0" [build-dependencies.glob] version = "0.3" [features] ckb-vm = [] default = ["ckb-vm"] force-adx = [] portable = [] std = [] [badges.maintenance] status = "actively-developed"