diff --git a/cackle.toml b/cackle.toml deleted file mode 100644 index 0b1ec32..0000000 --- a/cackle.toml +++ /dev/null @@ -1,126 +0,0 @@ -[common] -version = 2 -import_std = [ - "fs", - "net", - "process", -] - -[sandbox] -kind = "Disabled" - -[pkg.time-macros] -allow_proc_macro = true -allow_unsafe = true - -[pkg.clap_derive] -allow_proc_macro = true - -[pkg.bitflags] -allow_unsafe = true - -[pkg.anstyle-query] -allow_unsafe = true - -[pkg.utf8parse] -allow_unsafe = true - -[pkg.unicode-ident] -allow_unsafe = true - -[pkg.lazy_static] -allow_unsafe = true - -[pkg.anstyle] -allow_unsafe = true - -[pkg.itoa] -allow_unsafe = true - -[pkg.quote] -build.allow_apis = [ - "process", -] - -[pkg.io-lifetimes] -build.allow_apis = [ - "process", -] -allow_unsafe = true - -[pkg.rustix] -build.allow_apis = [ - "fs", - "process", -] -allow_unsafe = true - -[pkg.proc-macro2] -build.allow_apis = [ - "process", -] -allow_unsafe = true - -[pkg.libc] -build.allow_apis = [ - "process", -] -allow_unsafe = true - -[pkg.clap_lex] -allow_unsafe = true - -[pkg.linux-raw-sys] -allow_unsafe = true - -[pkg.log] -allow_unsafe = true - -[pkg.once_cell] -allow_unsafe = true - -[pkg.anstyle-parse] -allow_unsafe = true - -[pkg.atty] -allow_unsafe = true - -[pkg.colored] -allow_unsafe = true - -[pkg.time] -allow_unsafe = true - -[pkg.syn] -allow_unsafe = true - -[pkg.is-terminal] -allow_unsafe = true - -[pkg.simple_logger] -allow_unsafe = true - -[pkg.anstream] -allow_unsafe = true - -[pkg.dekejit] -test.allow_unsafe = true -allow_unsafe = true -allow_apis = [ - "fs", -] - -[pkg.clap_builder] -allow_apis = [ - "fs", -] - -[pkg.num_threads] -allow_apis = [ - "fs", -] - -[api.process] -include = [ - "rustix::process", -]