# 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 = "trait-keyless" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This library provides functions for encoding and decoding keyless addresses, used by the TRAIT blockchain: application agent addresses, transactional addresses, and named addresses." homepage = "https://trait.tech" readme = "README.md" keywords = ["trait-blockchain"] categories = [ "encoding", "wasm", ] license = "Apache-2.0" repository = "https://github.com/traittech/trait-keyless/" [lib] name = "trait_keyless" path = "src/lib.rs" [dependencies.blake2b_simd] version = "1.0.1" default-features = false [dependencies.hex] version = "0.4.3" default-features = false [dependencies.parity-scale-codec] version = "3.6.12" features = ["max-encoded-len"] default-features = false [dependencies.scale-info] version = "2.11.1" features = ["derive"] default-features = false [dev-dependencies.array-bytes] version = "6.2.3" default-features = true [features] default = ["std"] std = [ "hex/std", "blake2b_simd/std", "parity-scale-codec/std", "scale-info/std", ]