# 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 = "2018" name = "linux-raw-vdso" version = "0.1.4" authors = ["shurizzle "] description = "Linux vDSO parser for all the architectures" homepage = "https://github.com/shurizzle/linux-raw-vdso" documentation = "https://docs.rs/linux-raw-vdso" readme = "README.md" keywords = [ "linux", "no_std", "vdso", ] license = "MIT" repository = "https://github.com/shurizzle/linux-raw-vdso" [package.metadata] msrv = "1.38.0" [package.metadata.docs.rs] cargo-args = [ "-Z", "build-std=core", ] default-target = "x86_64-unknown-linux-gnu" targets = [ "aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "mips-unknown-linux-gnu", "mips64-unknown-linux-gnuabi64", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", "riscv32gc-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "i686-unknown-linux-gnu", "loongarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnux32", "armeb-unknown-linux-gnueabi", ]