# 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 = "tookey-libtss-ethereum" version = "1.2.4" authors = ["Tookey "] description = "Library with Threshold Signatures Scheme for NodeJS" homepage = "https://github.com/tookey-io/libtss-ethereum" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/tookey-io/libtss-ethereum" [profile.release] lto = true [lib] crate-type = [ "lib", "cdylib", ] [dependencies.anyhow] version = "1.0.65" [dependencies.ethereum-types] version = "0.14" [dependencies.hex] version = "0.4" [dependencies.napi] version = "2.10" features = [ "async", "serde-json", ] optional = true [dependencies.napi-derive] version = "2" [dependencies.rlp] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tookey-libtss] version = "1.2" default-features = false [dependencies.web3] version = "0.18" default-features = false [build-dependencies.napi-build] version = "2" optional = true [features] bigint = ["tookey-libtss/bigint"] default = [ "bigint", "napi", ] gmp = ["tookey-libtss/gmp"] napi = [ "dep:napi", "dep:napi-build", "napi-derive/default", "tookey-libtss/napi", ] rust = ["napi-derive/noop"]