# 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 = "foxear" version = "0.1.0" authors = ["LI Rui "] include = ["/src", "/probes", "build.rs"] description = "Fox Ear is a Linux process behavior trace tool powered by eBPF." readme = "README.md" keywords = ["ebpf", "tracing", "debug", "linux"] categories = ["development-tools"] license = "MPL-2.0" repository = "https://github.com/KernelErr/foxear" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.bcc] version = "0.0.32" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0" features = ["cargo"] [dependencies.cli-table] version = "0.4" features = ["csv"] [dependencies.config] version = "0.11" features = ["toml"] [dependencies.csv] version = "1.1" [dependencies.libc] version = "0.2" [dependencies.lockfree] version = "0.5" [dependencies.nanoid] version = "0.4" [dependencies.petgraph] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sled] version = "0.34" [dependencies.tokio] version = "1.15.0" features = ["full"]