# 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 = "osmium-pwm" version = "0.1.5" authors = ["Matthias Debernardini "] description = "a password manager that uses BIP-85" readme = "README.md" license = "MIT" repository = "https://github.com/matthiasdebernardini/osmium" resolver = "2" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.anyhow] version = "1.0.56" [dependencies.bip39] version = "1.0.1" optional = true [dependencies.bip85] version = "0.1.1" [dependencies.bitcoin] version = "0.28.1" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.6" features = [ "derive", "cargo", ] [dependencies.config] version = "0.13.1" features = ["toml"] [dependencies.fern] version = "0.6.1" [dependencies.log] version = "0.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.3"