# 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 = "2018" name = "hc_seed_bundle" version = "0.2.5" authors = ["Holochain Core Dev Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SeedBundle parsing and generation library." documentation = "https://docs.rs/hc_seed_bundle" readme = "README.md" keywords = [ "holochain", "holo", "keystore", "secret", "cryptography", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/holochain/lair" resolver = "2" [lib] name = "hc_seed_bundle" path = "src/lib.rs" [[test]] name = "execute_fixture_tests" path = "tests/execute_fixture_tests.rs" [dependencies.futures] version = "0.3.28" [dependencies.one_err] version = "0.0.8" [dependencies.rmp-serde] version = "1.3.0" [dependencies.rmpv] version = "1.3.0" features = ["with-serde"] [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_bytes] version = "0.11.9" [dependencies.sodoken] version = "=0.0.11" [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.35.1" features = ["full"]