# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "linux-support" version = "0.0.25" authors = ["Raphael Cohn "] exclude = ["*"] include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"] publish = true description = "Comprehensive Linux support for namespaces, cgroups, processes, scheduling, parsing /proc, parsing /sys, signals, hyper threads, CPUS, NUMA nodes, unusual file descriptors, PCI devices and much, much more" homepage = "https://github.com/lemonrock/linux-support" readme = "README.md" keywords = ["linux", "namespaces", "sysfs", "pci", "numa"] categories = ["external-ffi-bindings", "filesystem", "hardware-support", "os::unix-apis"] license = "AGPL-3.0" repository = "https://github.com/lemonrock/linux-support.git" [dependencies.static_assertions] version = "^1.1" [features] default = [] libseccomp = [] [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.arrayvec] version = "^0.7.0" features = ["std", "serde"] [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.bit-vec] version = "^0.6.1" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.bitflags] version = "^1.0" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.chrono] version = "^0.4.11" features = ["serde"] [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.const_fn_assert] version = "^0.1.2" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.crossbeam-queue] version = "^0.2.3" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.either] version = "^1.5.3" features = ["serde"] [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.errno] version = "^0.2" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.indexmap] version = "^1.5.0" features = ["serde-1"] [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.lazy_static] version = "^1.4.0" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.libc] version = "^0.2.93" features = ["const-extern-fn", "extra_traits", "std"] [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.libc-extra] version = "^0.3.2" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.likely] version = "^0.2.0" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.maplit] version = "^1.0.2" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.memchr] version = "^2.3.3" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.memoffset] version = "^0.6.4" features = ["unstable_const"] [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.num-traits] version = "^0.2.14" features = ["std", "i128"] [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.raw-cpuid] version = "^9.0.0" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.serde] version = "^1.0" features = ["derive", "rc"] [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.serde-big-array] version = "^0.3.0" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.serde_bytes] version = "^0.11.3" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.streaming-iterator] version = "^0.1.5" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.strum] version = "^0.19.2" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.strum_macros] version = "^0.19.2" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.swiss-army-knife] version = "^0.0.19" [target."cfg(all(target_os = \"linux\", target_pointer_width = \"64\"))".dependencies.terminate] version = "^0.2.1"