[package] name = "smarm" version = "0.3.0" edition = "2021" rust-version = "1.95" [dependencies] libc = "0.2" [dev-dependencies] libc = "0.2" tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "sync"] } [profile.dev] panic = "unwind" [profile.release] panic = "unwind" lto = "thin" codegen-units = 1 [[bench]] name = "primes" harness = false [[bench]] name = "multi_scheduler" harness = false