# 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 = "systemd-run" version = "0.9.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate for running processes as Systemd transient services." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/xdu-icpc/rust-systemd-run" [lib] name = "systemd_run" path = "src/lib.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "ioredirect" path = "tests/ioredirect.rs" [[test]] name = "memory" path = "tests/memory.rs" [[test]] name = "rlim" path = "tests/rlim.rs" [[test]] name = "root_cpu" path = "tests/root_cpu.rs" [[test]] name = "root_cpu_sched" path = "tests/root_cpu_sched.rs" [[test]] name = "root_cred" path = "tests/root_cred.rs" [[test]] name = "root_misc" path = "tests/root_misc.rs" [[test]] name = "root_mnt" path = "tests/root_mnt.rs" [[test]] name = "root_ns" path = "tests/root_ns.rs" [[test]] name = "unpriv_ns" path = "tests/unpriv_ns.rs" [dependencies.byte-unit] version = "5.0.3" [dependencies.futures] version = "0.3.29" [dependencies.thiserror] version = "2.0" [dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", ] [dependencies.zbus] version = "5.0.1" [dependencies.zbus_names] version = "4.0.0" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [features] default = [ "unified_cgroup", "systemd_252", ] systemd_188 = [] systemd_213 = ["systemd_188"] systemd_227 = ["systemd_213"] systemd_229 = ["systemd_227"] systemd_231 = ["systemd_229"] systemd_232 = ["systemd_231"] systemd_233 = ["systemd_232"] systemd_236 = ["systemd_233"] systemd_238 = ["systemd_236"] systemd_240 = ["systemd_238"] systemd_244 = ["systemd_240"] systemd_247 = ["systemd_244"] systemd_248 = ["systemd_247"] systemd_249 = ["systemd_248"] systemd_251 = ["systemd_249"] systemd_252 = ["systemd_251"] unified_cgroup = ["systemd_231"]