# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "vita-newlib-shims" version = "0.3.1" authors = [ "vita-sdk", "Nikolay Arhipov ", ] description = "Shims for libc functions not provided by Vita SDK newlib" homepage = "https://github.com/vita-rust/vita-newlib-shims" readme = "README.md" keywords = [ "vitasdk", "psvita", "vita", "homebrew", "shim", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vita-rust/vita-newlib-shims" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Z", "build-std", ] default-target = "armv7-sony-vita-newlibeabihf" rustdoc-args = [ "--cfg", "docsrs", ] targets = [] [dependencies.libc] version = "0.2.149" [features] fcntl = [] pipe2 = [] socketpair = []