# 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 = "simple_libc" version = "0.5.0" authors = ["cptpcrd"] description = "Safe, friendly interfaces to some commonly used Unix libc functions." categories = ["api-bindings", "os::unix-apis"] license = "MIT" repository = "https://github.com/cptpcrd/simple_libc" [dependencies.bitflags] version = "1.2" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" features = ["extra_traits"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.strum] version = "0.18" optional = true [dependencies.strum_macros] version = "0.18" optional = true [dev-dependencies.getrandom] version = "0.1" [dev-dependencies.serde_test] version = "1.0" [dev-dependencies.strum] version = "0.18" [dev-dependencies.strum_macros] version = "0.18" [features] default = ["serde_full"] serde_full = ["serde", "strum_full"] strum_full = ["strum", "strum_macros"]