Lines Matching +full:aarch64 +full:- +full:unknown +full:- +full:linux +full:- +full:gnu
6 rust-version = "1.56"
7 authors = ["The nix-rust Project Developers"]
8 repository = "https://github.com/nix-rust/nix"
10 categories = ["os::unix-apis"]
14 rustdoc-args = ["--cfg", "docsrs"]
16 "x86_64-unknown-linux-gnu",
17 "aarch64-linux-android",
18 "x86_64-apple-darwin",
19 "aarch64-apple-ios",
20 "x86_64-unknown-freebsd",
21 "x86_64-unknown-openbsd",
22 "x86_64-unknown-netbsd",
23 "x86_64-unknown-dragonfly",
24 "x86_64-fuchsia",
25 "x86_64-unknown-redox",
26 "x86_64-unknown-illumos"
32 cfg-if = "1.0"
33 pin-utils = { version = "0.1.0", optional = true }
49 aio = ["pin-utils"]
81 [dev-dependencies]
82 assert-impl = "0.1"
89 [target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
92 [target.'cfg(target_os = "freebsd")'.dev-dependencies]
100 name = "test-aio-drop"
104 name = "test-clearenv"
108 name = "test-mount"
113 name = "test-ptymaster-drop"