# 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 = "jit-allocator" version = "0.2.8" description = "An executable code allocator" documentation = "https://docs.rs/jit-allocator" readme = "README.md" keywords = [ "jit", "allocator", "executable", "code", "memory", ] license = "MIT" repository = "https://github.com/playxe/jit-allocator" [dependencies.cfgenius] version = "0.1" [dependencies.errno] version = "0.3" [dependencies.intrusive-collections] version = "0.9" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1.7" [dependencies.parking_lot] version = "0.12" [dev-dependencies] [target."cfg(target_arch=\"riscv64\")".dependencies.wasmtime-jit-icache-coherence] version = "10.0" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "memoryapi", "sysinfoapi", "handleapi", ]