# 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-sysno" version = "0.3.0" authors = ["shurizzle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A list of system call numbers" homepage = "https://github.com/shurizzle/linux-sysno" documentation = "https://docs.rs/linux-sysno" readme = "README.md" keywords = [ "syscall", "no_std", "linux", "android", ] license = "MIT" repository = "https://github.com/shurizzle/linux-sysno" [package.metadata] msrv = "1.40.0" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Z", "build-std", ] default-target = "x86_64-unknown-linux-gnu" targets = [ "arm-unknown-linux-gnueabi", "mips64-unknown-linux-gnuabi64", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", "s390x-unknown-linux-gnu", "sparc-unknown-linux-gnu", "sparc64-unknown-linux-gnu", "i686-unknown-linux-gnu", "x86_64-unknown-linux-gnux32", "aarch64-unknown-linux-gnu", "riscv32gc-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu", ] [lib] name = "linux_sysno" path = "src/lib.rs" [dependencies] [features] aarch64 = [] all = [ "arm", "mips", "mipsn32", "mips64", "powerpc", "powerpc64", "s390x", "sparc", "sparc64", "x86", "x86_64", "aarch64", "riscv32", "riscv64", "m68k", "loongarch64", "generic", ] arm = [] default = [] generic = [] loongarch64 = [] m68k = [] mips = [] mips64 = [] mipsn32 = [] powerpc = [] powerpc64 = [] riscv32 = [] riscv64 = [] s390x = [] sparc = [] sparc64 = [] x32 = [] x86 = [] x86_64 = []