# 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" rust-version = "1.64" name = "tezos_data_encoding" version = "0.6.0" authors = ["TriliTech "] description = "Utilities for encoding/decoding data compatible with tezos data encoding." readme = "README.md" keywords = ["tezos"] categories = ["encoding"] license = "MIT" repository = "https://github.com/trilitech/tezedge.git" [dependencies.bit-vec] version = "0.6.2" [dependencies.bitvec] version = "1.0" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.nom] version = "7.1" [dependencies.num-bigint] version = "0.4" features = ["serde"] default-features = false [dependencies.num-traits] version = "0.2.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tezos_data_encoding_derive] version = "0.6.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features]