[[bin]]
name = "disable_aslr"
required-features = ["disable_aslr"]
[dependencies.http]
version = "0.2"
[dependencies.lazy_static]
version = "1"
[dependencies.libc]
optional = true
version = "0.2"
[dependencies.rustc-demangle]
version = "0.1"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "1"
[dependencies.tikv-jemalloc-ctl]
version = "0.5"
[dependencies.tikv-jemalloc-sys]
version = "0.5"
[dependencies.tikv-jemallocator]
features = ["profiling", "stats"]
version = "0.5"
[dependencies.tracing]
version = "0.1"
[features]
default = ["std", "jemalloc-profiling", "set-jemalloc-global"]
disable_aslr = ["dep:libc"]
jemalloc-profiling = []
oompanic-allocator = []
set-jemalloc-global = []
std = ["tikv-jemalloc-ctl/use_std"]
[package]
authors = ["Folke B."]
description = "[WIP] Chassis for Rust Services"
edition = "2021"
exclude = [".gitignore", ".github", "target"]
license = "Apache-2.0"
name = "microchassis"
repository = "https://github.com/cloneable/microchassis"
resolver = "1"
rust-version = "1.65"
version = "0.0.4"