# 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-common" version = "0.0.0" authors = ["Raphael Cohn "] exclude = ["*"] include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"] publish = true description = "linux-support-common" homepage = "https://github.com/lemonrock/linux-support" readme = "README.md" keywords = ["linux", "wrapper"] categories = [] license = "MIT" repository = "https://github.com/lemonrock/linux-support.git" [dependencies.static_assertions] version = "^1.0" [target."cfg(target_os = \"linux\")".dependencies.bitflags] version = "^1.0" [target."cfg(target_os = \"linux\")".dependencies.errno] version = "^0.2" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "^0.2" [target."cfg(target_os = \"linux\")".dependencies.libc-extra] version = "^0.3.2" [target."cfg(target_os = \"linux\")".dependencies.likely] version = "^0.1" [target."cfg(target_os = \"linux\")".dependencies.raw-cpuid] version = "^5.0" [target."cfg(target_os = \"linux\")".dependencies.serde] version = "1.0" features = ["derive"] [target."cfg(target_os = \"linux\")".dependencies.strum] version = "^0.16.0" [target."cfg(target_os = \"linux\")".dependencies.strum_macros] version = "^0.16.0"