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.
27 lines
846 B
27 lines
846 B
7 years ago
|
--- term_size-0.3.0/Cargo.toml 2017-04-09T20:37:48+02:00
|
||
|
+++ term_size-0.3.0/Cargo.toml 2017-06-15T17:56:38.642986+02:00
|
||
|
@@ -10,23 +10,13 @@
|
||
|
license = "MIT OR Apache-2.0"
|
||
|
keywords = ["term", "terminal", "size", "width", "dimension"]
|
||
|
|
||
|
-[dependencies]
|
||
|
-clippy = { version = "~0.0.112", optional = true }
|
||
|
-
|
||
|
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
||
|
libc = "~0.2.20"
|
||
|
|
||
|
-[target.'cfg(target_os = "windows")'.dependencies]
|
||
|
-kernel32-sys = "~0.2.2"
|
||
|
-winapi = "~0.2.8"
|
||
|
-
|
||
|
[features]
|
||
|
default = []
|
||
|
-lints = ["clippy", "nightly"]
|
||
|
-nightly = [] # for building with nightly and unstable features
|
||
|
unstable = [] # for building with unstable features on stable Rust
|
||
|
debug = [] # for building with debug messages
|
||
|
-travis = ["lints", "nightly"] # for building with travis-cargo
|
||
|
|
||
|
[profile.release]
|
||
|
opt-level = 3
|