# 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 = "cgroup-memory" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for reading and interpreting `/sys/fs/cgroup` memory statistics." readme = "README.md" keywords = [ "sysfs", "cgroup", "memory", "linux", ] categories = [ "os::linux-apis", "memory-management", ] license = "MIT" repository = "https://github.com/sdtnjung/cgroup-memory.git" [lib] name = "cgroup_memory" path = "src/lib.rs" [[test]] name = "docker" path = "tests/docker.rs" [[bench]] name = "max_memory" path = "benches/max_memory.rs" harness = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.sysfs_lib] version = "0.0.1" [features] test_memory_max_100m = [] test_memory_max_max = []