# 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 = "2018" name = "forest_address" version = "0.3.2" authors = ["ChainSafe Systems "] description = "Filecoin addresses for use in Forest" license = "MIT OR Apache-2.0" repository = "https://github.com/ChainSafe/forest" resolver = "2" [dependencies.data-encoding] version = "2.1.2" [dependencies.data-encoding-macro] version = "0.1.7" [dependencies.encoding] version = "0.2.1" package = "forest_encoding" [dependencies.forest_json_utils] version = "0.1" optional = true [dependencies.leb128] version = "0.2.1" [dependencies.log] version = "0.4.8" [dependencies.num-derive] version = "0.3.0" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.7.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [features] json = ["forest_json_utils"] testnet = []