37 lines
730 B
TOML
37 lines
730 B
TOML
[package]
|
|
name = "topgrade"
|
|
description = "Upgrade all the things"
|
|
license-file = "LICENCE"
|
|
repository = "https://github.com/r-darwish/topgrade"
|
|
version = "1.0.1"
|
|
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>"]
|
|
exclude = ["doc/screenshot.gif"]
|
|
|
|
[dependencies]
|
|
directories = "1.0.2"
|
|
failure = "0.1.3"
|
|
failure_derive = "0.1.3"
|
|
serde = "1.0.80"
|
|
serde_derive = "1.0.80"
|
|
toml = "0.4.8"
|
|
which = "2.0.0"
|
|
shellexpand = "1.0.0"
|
|
structopt = "0.2.12"
|
|
log = "0.4.6"
|
|
env_logger = "0.5.13"
|
|
walkdir = "2.2.6"
|
|
console = "0.6.2"
|
|
self_update = { version = "0.4.5", optional = true }
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
nix = "0.11.0"
|
|
lazy_static = "1.1.0"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[features]
|
|
default = []
|
|
|
|
self-update = ["self_update"]
|