# 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.59.0" name = "atm0s-sdn-multiaddr" version = "0.1.2" authors = [ "dignifiedquire ", "Parity Technologies ", ] description = "Implementation of the multiaddr format" homepage = "https://github.com/multiformats/rust-multiaddr" readme = "README.md" keywords = [ "multiaddr", "ipfs", ] license = "MIT" [dependencies.arrayref] version = "0.3" [dependencies.byteorder] version = "1.5.0" [dependencies.data-encoding] version = "2.5" [dependencies.multibase] version = "0.9.1" [dependencies.percent-encoding] version = "2.3.1" [dependencies.serde] version = "1.0.193" [dependencies.static_assertions] version = "1.1" [dependencies.unsigned-varint] version = "0.8" [dependencies.url] version = "2.5.0" optional = true default-features = false [dev-dependencies.bincode] version = "1" [dev-dependencies.quickcheck] version = "1.0.3" default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0" [features] default = ["url"]