Skip to content

Commit

Permalink
Merge pull request science-computing#332 from primeos-work/cargo-toml…
Browse files Browse the repository at this point in the history
…-dependency-formatting-cleanups

Cleanup the dependency formatting in Cargo.toml
  • Loading branch information
primeos-work committed Jan 5, 2024
2 parents f46fd91 + 43f9175 commit 8e77156
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 8e77156

Please sign in to comment.