# 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 = "lasr_types" version = "0.9.0" authors = ["Versatus Labs "] description = "A crate to assist in development of programs in Rust for the LASR network" homepage = "https://versatus.io" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/versatus/lasr/tree/main/crates/types" [dependencies.bincode] version = "1.3.3" [dependencies.derive_builder] version = "0.12.0" [dependencies.ethereum-types] version = "0.14.1" [dependencies.ethers-core] version = "2.0.13" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.20" [dependencies.schemars] version = "0.8.16" [dependencies.secp256k1] version = "0.28.0" features = [ "serde", "recovery", "global-context", "rand", "hashes", ] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" features = ["preserve_order"] [dependencies.sha3] version = "0.10.8" [dependencies.thiserror] version = "1.0.50" [dependencies.tikv-client] version = "0.3.0" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.typetag] version = "0.2.14" [dependencies.uint] version = "0.9.5"