You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-term_size/term_size-0.3.1-fix-metadat...

28 lines
703 B

--- term_size-0.3.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ term_size-0.3.1/Cargo.toml 2017-11-15T07:04:57.415123+01:00
@@ -59,24 +59,15 @@
debug = false
debug-assertions = false
rpath = false
-[dependencies.clippy]
-version = "~0.0.112"
-optional = true
[features]
debug = []
default = []
-lints = ["clippy", "nightly"]
nightly = []
-travis = ["lints", "nightly"]
unstable = []
[target."cfg(not(target_os = \"windows\"))".dependencies.libc]
version = "~0.2.20"
-[target."cfg(target_os = \"windows\")".dependencies.kernel32-sys]
-version = "~0.2.2"
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "~0.2.8"
[badges.appveyor]
repository = "kbknapp/term_size-rs"