# 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 = "notoriety-cli" version = "0.0.3-beta" description = "Encrypted note-taking application with cloud sharing" homepage = "https://github.com/dmgolembiowski/notoriety" readme = "README.md" categories = [ "command-line-utilities", "development-tools", "text-editors", "network-programming", ] license = "MIT" repository = "https://github.com/dmgolembiowski/notoriety" [[bin]] name = "no" path = "src/bin/notoriety-cli.rs" [dependencies.anyhow] version = "1" [dependencies.argon2] version = "0.5.2" features = ["std"] [dependencies.bonsaidb] version = "0.5.0" features = [ "local-full", "files", "password-hashing", "token-authentication", "encryption", ] [dependencies.bonsaidb-files] version = "0.1.0" [dependencies.bonsaidb-local] version = "0.5.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.ctor] version = "0.2.5" [dependencies.homedir] version = "0.2.1" [dependencies.kiro-editor] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rstest] version = "0.18"