# 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 = "mates-rs" version = "1.0.1" authors = [ "Markus Unterwaditzer ", "Shaleen Jain ", ] description = "A very simple commandline addressbook" homepage = "https://github.com/shalzz/mates.rs" documentation = "https://github.com/shalzz/mates.rs" readme = "README.md" keywords = [ "vdir", "vcard", "contacts", "addressbook", ] license = "MIT" repository = "https://github.com/shalzz/mates.rs" [[bin]] name = "mates" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.atomicwrites] version = "0.3" [dependencies.clap] version = "3.1" features = ["cargo"] [dependencies.clap_complete] version = "3.1.2" [dependencies.cursive] version = "0.17" [dependencies.email] version = "0.0" [dependencies.uuid] version = "0.5" features = ["v4"] [dependencies.vobject] version = "0.7"