# 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 = "palaver" version = "0.3.0-alpha.3" authors = ["Alec Mocatta "] description = "Cross-platform polyfills.\n\nThis library attempts to provide reliable polyfills for functionality that isn't implemented on all platforms.\n" homepage = "https://github.com/alecmocatta/palaver" documentation = "https://docs.rs/palaver/0.3.0-alpha.3" readme = "README.md" keywords = ["polyfill", "pal", "platform-abstraction"] categories = ["os::unix-apis", "os::windows-apis", "os::macos-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/alecmocatta/palaver" [package.metadata.docs.rs] all-features = true [[test]] name = "fd_iter" harness = false [[test]] name = "fork" harness = false [dependencies.bitflags] version = "1.0" [dependencies.heapless] version = "0.5" [dependencies.lazy_static] version = "1.0" [dependencies.replace_with] version = "0.1" [dependencies.typenum] version = "1.10" [dependencies.valgrind_request] version = "1.1" optional = true [dev-dependencies.escargot] version = "0.5" [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde_json] version = "1.0" [features] nightly = ["valgrind_request"] [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.procfs] version = "0.7" default-features = false [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.mach] version = "0.3" [target."cfg(unix)".dependencies.libc] version = "0.2.47" [target."cfg(unix)".dependencies.nix] version = "0.16" [target."cfg(unix)".dependencies.twox-hash] version = "1.5" default-features = false [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["processthreadsapi"] [badges.azure-devops] pipeline = "tests" project = "alecmocatta/palaver" [badges.maintenance] status = "actively-developed"