# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sn_url" version = "1.1.5" authors = ["MaidSafe Developers "] description = "Safe URL" documentation = "https://docs.rs/sn_url" keywords = ["Safe", "Network", "SafeNetwork", "SafeUrl", "XorUrl"] license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_url" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "~0.4" [dependencies.multibase] version = "~0.9" [dependencies.serde] version = "1.0.123" [dependencies.sn_data_types] version = "~0.19" [dependencies.thiserror] version = "1.0.23" [dependencies.uhttp_uri] version = "~0.5" [dependencies.url] version = "2.2.0" [dependencies.urlencoding] version = "1.1.1" [dependencies.xor_name] version = "1" [dev-dependencies.anyhow] version = "1.0.38" [dev-dependencies.rand] version = "~0.7"