# 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 = "rusty_crm" version = "0.1.2" authors = ["Shane Poppleton "] description = "A simple command line contact manager" license = "GPL-3.0-or-later" repository = "https://github.com/codemonkey76/rusty_crm" [dependencies.clap] version = "4.3.5" features = ["derive"] [dependencies.crossterm] version = "0.26.1" [dependencies.directories] version = "5.0.1" [dependencies.fake] version = "2.6.1" [dependencies.log] version = "0.4.19" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.simplelog] version = "0.12.1" [dependencies.tokio] version = "1.29.0" features = ["full"] [dependencies.toml] version = "0.7.5"