# 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" rust-version = "1.63.0" name = "linux-stat" version = "0.3.3" authors = ["shurizzle "] description = "A pure Rust library that implements stat functions on linux with only syscalls." homepage = "https://github.com/shurizzle/linux-stat" documentation = "https://docs.rs/linux-stat" readme = "README.md" keywords = [ "syscall", "no_std", "linux", "stat", "fs", ] license = "MIT" repository = "https://github.com/shurizzle/linux-stat" [package.metadata.docs.rs] 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", ] [dependencies.linux-syscalls] version = "0.3.1" default-features = false [features] default = ["std"] linux_4_11 = [] std = [ "linux-syscalls/std", "cstr_core/alloc", ] [target."cfg(all(unix, not(target_arch = \"loongarch64\")))".dependencies.cstr_core] version = "0.2.6" default-features = false [target."cfg(all(unix, not(target_arch = \"loongarch64\")))".dependencies.cty] version = "0.2.2" default-features = false [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.linux-raw-sys] version = "0.4.3" [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dev-dependencies.libc] version = "0.2.147" default-features = false