# 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 = "dubp-common" version = "0.58.0" authors = ["elois "] description = "Provide common tools and types for DUBP." readme = "README.md" keywords = ["duniter", "dubp"] license = "AGPL-3.0" repository = "https://git.duniter.org/libs/dubp-rs-libs" [lib] path = "src/lib.rs" [dependencies.dup-crypto] version = "0.58.0" default-features = false [dependencies.serde] version = "1.0.105" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.thiserror] version = "1.0.20" [dependencies.zerocopy] version = "0.3.0" [dev-dependencies.bincode] version = "1.2.0" [dev-dependencies.unwrap] version = "1.2.1" [features] client = ["dup-crypto/client"] crypto_dewif = ["dup-crypto/dewif"] crypto_private_message = ["dup-crypto/private_message"] crypto_pubkey_check = ["dup-crypto/pubkey_check"] crypto_x25519 = ["dup-crypto/x25519"] duniter = ["dup-crypto/duniter"]