# 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 = "sampi" version = "0.4.0" authors = ["Matt"] description = "Sampi is a serialization format, for 0 - 900 bytes of data, with a digital signature, timestamp and optional Proof of Work" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/matthewrobertbell/sampi" [profile.release] lto = true [dependencies.anyhow] version = "1.0" [dependencies.base32] version = "0.4.0" [dependencies.base64] version = "0.9.3" [dependencies.bincode] version = "1.3.1" [dependencies.dirs] version = "2.0.2" [dependencies.ed25519-dalek] version = "1.0.0-pre.4" [dependencies.glob] version = "0.3.0" [dependencies.hex] version = "0.3.2" [dependencies.js-sys] version = "0.3.27" optional = true [dependencies.num_cpus] version = "1.0" [dependencies.qrcodegen] version = "1.6.0" [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.5.1" [dependencies.rust-base58] version = "0.0.4" [dependencies.serde] version = "1.0" [dependencies.serde-big-array] version = "0.1.5" [dependencies.serde_derive] version = "1.0" [dependencies.sha2] version = "0.8.0" [dependencies.structopt] version = "0.3.0" [dependencies.strum] version = "0.17.1" [dependencies.strum_macros] version = "0.17.1" [dependencies.thiserror] version = "1.0.21" [features] wasm = ["rand/wasm-bindgen", "js-sys"]