# 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 = "2018" name = "linux-taskstats" version = "0.6.0" authors = ["Yuto Kawamura "] exclude = [ "tools/*", "example/*", "docker-build/*", ] description = "Rust interface to Linux taskstats" documentation = "https://docs.rs/linux-taskstats" readme = "README.md" keywords = [ "taskstats", "delay-accounting", ] license = "MIT" repository = "https://github.com/kawamuray/linux-taskstats-rs" [[bin]] name = "taskstats" path = "src/bin/taskstats/main.rs" required-features = ["executable"] [dependencies.clap] version = "4.1.1" optional = true [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4.17" [dependencies.netlink-sys] version = "0.8.6" [dependencies.prettytable-rs] version = "0.10.0" optional = true [dependencies.thiserror] version = "1.0.38" [build-dependencies.bindgen] version = "0.69.0" [features] default = ["executable"] executable = [ "env_logger", "clap", "format", ] format = ["prettytable-rs"]