diff --git a/Cargo.toml b/Cargo.toml index 4f4c1381..6b563f45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,62 +24,62 @@ maintenance = { status = "passively-maintained" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1" -aquamarine = "0.4" -ascii_table = "4" -bytesize = "1" -chrono = "0.4" -clap = { version = "4", features = ["cargo"] } -clap_complete = "4" -colored = "2" -config = { version = "0.11", default-features = false, features = [ "toml" ] } -csv = "1" -daggy = { version = "0.8", features = [ "serde" ] } -dialoguer = "0.11" -diesel = { version = "2", features = ["postgres", "chrono", "uuid", "serde_json", "r2d2"] } +anyhow = "1" +aquamarine = "0.4" +ascii_table = "4" +bytesize = "1" +chrono = "0.4" +clap = { version = "4", features = ["cargo"] } +clap_complete = "4" +colored = "2" +config = { version = "0.11", default-features = false, features = [ "toml" ] } +csv = "1" +daggy = { version = "0.8", features = [ "serde" ] } +dialoguer = "0.11" +diesel = { version = "2", features = ["postgres", "chrono", "uuid", "serde_json", "r2d2"] } diesel_migrations = "2" -filters = "0.4" -futures = "0.3" -getset = "0.1" -git2 = "0.18" -handlebars = { version = "5", features = ["no_logging"] } -human-panic = "1" -humantime = "2" -indicatif = "0.17" -indoc = "2" -itertools = "0.12" -lazy_static = "1" -parse-display = "0.8" -pom = "3" -ptree = { version = "0.4", default-features = false } -rayon = "1" -regex = "1" -reqwest = { version = "0.11", features = [ "stream" ] } -resiter = "0.5" -result-inspect = "0.3" -rlimit = "0.10" -rustversion = "1" -semver = { version = "1", features = [ "serde" ] } -serde = "1" -serde_json = "1" -sha-1 = "0.10" -sha2 = "0.10" -shiplift = "0.7" -syntect = "5" -tar = "0.4" -terminal_size = "0.3" -tokio = { version = "1", features = ["macros", "fs", "process", "io-util", "time"] } -tokio-stream = "0.1" -typed-builder = "0.18" -unindent = "0.2" -url = { version = "2", features = ["serde"] } -uuid = { version = "1", features = ["serde", "v4"] } -walkdir = "2" -which = "5" -xdg = "2" +filters = "0.4" +futures = "0.3" +getset = "0.1" +git2 = "0.18" +handlebars = { version = "5", features = ["no_logging"] } +human-panic = "1" +humantime = "2" +indicatif = "0.17" +indoc = "2" +itertools = "0.12" +lazy_static = "1" +parse-display = "0.8" +pom = "3" +ptree = { version = "0.4", default-features = false } rand = "0.8" +rayon = "1" +regex = "1" +reqwest = { version = "0.11", features = [ "stream" ] } +resiter = "0.5" +result-inspect = "0.3" +rlimit = "0.10" +rustversion = "1" +semver = { version = "1", features = [ "serde" ] } +serde = "1" +serde_json = "1" +sha-1 = "0.10" +sha2 = "0.10" +shiplift = "0.7" +syntect = "5" +tar = "0.4" +terminal_size = "0.3" +tokio = { version = "1", features = ["macros", "fs", "process", "io-util", "time"] } +tokio-stream = "0.1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } +typed-builder = "0.18" +unindent = "0.2" +url = { version = "2", features = ["serde"] } +uuid = { version = "1", features = ["serde", "v4"] } +walkdir = "2" +which = "5" +xdg = "2" [dev-dependencies] toml = "0.8"