# 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 = "identity-cli" version = "0.1.0" description = "A tool for managing your identity from the command line" homepage = "https://github.com/EphyraSoftware/identity" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/EphyraSoftware/identity" [[bin]] name = "identity" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.home] version = "0.5.4" [dependencies.inquire] version = "0.5.3" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.7.2" [dependencies.url] version = "2"