# 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 = "clear-cache" version = "0.1.1" authors = ["Evian-Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A native implementation of `__builtin___clear_cache` without dependency of GCC/Clang." homepage = "https://github.com/Evian-Zhang/clear-cache" documentation = "https://docs.rs/clear-cache" readme = "README.md" keywords = [ "cache", "clear-cache", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/Evian-Zhang/clear-cache" [lib] name = "clear_cache" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [target.'cfg(target_os = "linux")'.dependencies.libc] version = "0.2" default-features = false [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58" features = [ "Win32_System_Threading", "Win32_System_Diagnostics_Debug", ] [badges.maintenance] status = "actively-developed"