# 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 = "xavax-avalanche" version = "0.2.0" authors = ["Diinki Gati, | "] publish = true description = "Rust implmenetation of the Avalanche transaction format, including a parser to parse data from and into native structs." homepage = "https://xavax.io" readme = "README.md" keywords = ["avalanche", "crypto", "cryptocurrency", "avax"] categories = ["cryptography::cryptocurrencies", "encoding", "parser-implementations"] license = "Apache-2.0" repository = "https://github.com/diinki/xavax-avalanche" resolver = "2" [dependencies.arrayref] version = "0.3.6" optional = true [dependencies.bech32] version = "0.8.1" [dependencies.blake3] version = "1.1.0" optional = true [dependencies.bs58] version = "0.4.0" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.3" [dependencies.lexical-sort] version = "0.3.1" [dependencies.libsecp256k1] version = "0.7.0" optional = true [dependencies.reqwest] version = "0.11.8" features = ["json", "rustls-tls", "gzip", "deflate", "brotli"] optional = true default-features = false [dependencies.ripemd] version = "0.1.0" optional = true [dependencies.serde] version = "1.0.130" features = ["derive", "serde_derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.sha2] version = "0.10.1" [dependencies.sha3] version = "0.10.0" optional = true [dependencies.tiny-bip39] version = "0.8.2" optional = true [dependencies.tiny-hderive] version = "0.3.0" optional = true [dependencies.tokio] version = "1.15.0" features = ["rt", "macros"] optional = true [dependencies.tracing] version = "0.1.29" [features] crypto-api = ["libsecp256k1", "tiny-hderive", "tiny-bip39", "arrayref", "sha3", "ripemd", "blake3"] request-api = ["tokio", "reqwest"] [badges.maintenance] status = "actively-developed"