# 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 = "friendgrow" version = "0.2.2" description = "Grow your friendships by tracking which friends to see soon" readme = "README.md" license = "GPL-3.0" [dependencies.anyhow] version = "1.0.45" [dependencies.chrono] version = "0.4.19" [dependencies.diesel] version = "1.4.8" features = ["sqlite"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.dotenv] version = "0.15.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.priority-queue] version = "1.2.0" [dependencies.structopt] version = "0.3.23" [dependencies.strum] version = "0.23.0" features = ["derive"]