# 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 = "griffin-wallet" version = "0.1.0" authors = [ "Santiago Carmuega ", "Francisco Joray ", "Franco Luque ", "Pedro Sánchez Terraf ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Test wallet based on Tuxedo" homepage = "https://github.com/txpipe/griffin" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/griffin" [[bin]] name = "griffin-wallet" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.directories] version = "5.0.0" [dependencies.env_logger] version = "0.11.0" [dependencies.futures] version = "0.3" [dependencies.griffin-core] version = "0.1.0" [dependencies.hex] version = "0.4.3" default-features = false [dependencies.hex-literal] version = "0.4.1" [dependencies.jsonrpsee] version = "0.23.2" features = ["http-client"] [dependencies.log] version = "0.4" [dependencies.parity-scale-codec] version = "3.6" default-features = false [dependencies.sc-keystore] version = "33.0.0" [dependencies.serde_json] version = "1.0.114" default-features = false [dependencies.sled] version = "0.34.7" [dependencies.sp-core] version = "34.0.0" default-features = false [dependencies.sp-keystore] version = "0.40.0" [dependencies.sp-runtime] version = "39.0.0" default-features = false [dependencies.tokio] version = "1.25.0"