# 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" name = "lafs" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Least-Authority File Store utils" readme = "README.md" keywords = [ "allmydata", "tahoe-lafs", "tahoe", "lafs", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/crwood/lafs" [lib] name = "lafs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.bitcoin_hashes] version = "0.14.0" [dependencies.data-encoding] version = "2.6.0" [dependencies.pyo3] version = "0.22.2" [dependencies.rsa] version = "0.9.6" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9"