|
1 | 1 | [package] |
2 | | -name = "nix" |
| 2 | +name = "nix" |
3 | 3 | description = "Rust friendly bindings to *nix APIs" |
4 | | -edition = "2021" |
5 | | -version = "0.29.0" |
| 4 | +edition = "2021" |
| 5 | +version = "0.29.0" |
6 | 6 | rust-version = "1.69" |
7 | | -authors = ["The nix-rust Project Developers"] |
8 | | -repository = "https://github.com/nix-rust/nix" |
9 | | -license = "MIT" |
10 | | -categories = ["os::unix-apis"] |
| 7 | +authors = ["The nix-rust Project Developers"] |
| 8 | +repository = "https://github.com/nix-rust/nix" |
| 9 | +license = "MIT" |
| 10 | +categories = ["os::unix-apis"] |
11 | 11 | include = ["build.rs", "src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"] |
12 | 12 |
|
13 | 13 | [package.metadata.docs.rs] |
14 | 14 | all-features = true |
15 | 15 | rustdoc-args = ["--cfg", "docsrs"] |
16 | 16 | targets = [ |
17 | | - "x86_64-unknown-linux-gnu", |
18 | | - "aarch64-linux-android", |
19 | | - "x86_64-apple-darwin", |
20 | | - "aarch64-apple-ios", |
21 | | - "x86_64-unknown-freebsd", |
22 | | - "x86_64-unknown-openbsd", |
23 | | - "x86_64-unknown-netbsd", |
24 | | - "x86_64-unknown-dragonfly", |
25 | | - "x86_64-fuchsia", |
26 | | - "x86_64-unknown-redox", |
27 | | - "x86_64-unknown-illumos" |
| 17 | + "x86_64-unknown-linux-gnu", |
| 18 | + "aarch64-linux-android", |
| 19 | + "x86_64-apple-darwin", |
| 20 | + "aarch64-apple-ios", |
| 21 | + "x86_64-unknown-freebsd", |
| 22 | + "x86_64-unknown-openbsd", |
| 23 | + "x86_64-unknown-netbsd", |
| 24 | + "x86_64-unknown-dragonfly", |
| 25 | + "x86_64-fuchsia", |
| 26 | + "x86_64-unknown-redox", |
| 27 | + "x86_64-unknown-illumos" |
28 | 28 | ] |
29 | 29 |
|
30 | 30 | [dependencies] |
@@ -81,7 +81,7 @@ semver = "1.0.7" |
81 | 81 | nix = { path = ".", features = ["acct", "aio", "dir", "env", "event", "fanotify", |
82 | 82 | "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "mman", "mount", "mqueue", |
83 | 83 | "net", "personality", "poll", "pthread", "ptrace", "quota", "process", "reboot", |
84 | | - "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", |
| 84 | + "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", |
85 | 85 | "user", "zerocopy"] } |
86 | 86 |
|
87 | 87 | [target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies] |
|
0 commit comments