cloudfox-coreshift-core 2.27.0

Low-level Linux and Android systems primitives for CoreShift (CloudFox)
Documentation
# 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 = "2024"
rust-version = "1.88"
name = "cloudfox-coreshift-core"
version = "2.27.0"
build = false
exclude = [
    "examples/binder_alloc_probe.rs",
    "examples/pty_ctrlc_probe.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level Linux and Android systems primitives for CoreShift (CloudFox)"
homepage = "https://github.com/CoreShiftD/CoreShift-Core"
readme = "README.md"
keywords = [
    "android",
    "linux",
    "procfs",
    "inotify",
    "epoll",
]
categories = [
    "os::linux-apis",
    "filesystem",
]
license = "MPL-2.0"
repository = "https://github.com/CoreShiftD/CoreShift-Core"

[lib]
name = "coreshift_core"
path = "src/lib.rs"

[[example]]
name = "newpid_probe"
path = "examples/newpid_probe.rs"

[[example]]
name = "verify_dex"
path = "examples/verify_dex.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "repo_files"
path = "tests/repo_files.rs"

[[test]]
name = "shutdown_signal"
path = "tests/shutdown_signal.rs"

[dependencies.libc]
version = "0.2"
default-features = false