# 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 = "jtracing" version = "0.1.7" authors = ["Seimizu Joukan "] description = "Tracing utilites." license = "GPL-2.0" repository = "https://github.com/saimizi/jtracing.git" [profile.release] strip = true [lib] name = "tracelib" path = "lib/lib.rs" [[bin]] name = "opensnoop" path = "opensnoop/opensnoop.rs" [[bin]] name = "execsnoop_pb" path = "execsnoop_pb/execsnoop_pb.rs" [[bin]] name = "execsnoop_rb" path = "execsnoop_rb/execsnoop_rb.rs" [[bin]] name = "funccount" path = "funccount/funccount.rs" [[bin]] name = "eglswapbuffers" path = "eglswapbuffers/eglswapbuffers.rs" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.4" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.cpp_demangle] version = "0.3" [dependencies.ctrlc] version = "3.2" [dependencies.hex] version = "0.4" [dependencies.jlogger] version = "0.1" [dependencies.libbpf-rs] version = "0.19" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.memmap] version = "0.7" [dependencies.object] version = "0.29" [dependencies.plain] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.tokio] version = "1" features = ["full"] [build-dependencies.jlogger] version = "0.1" [build-dependencies.libbpf-cargo] version = "0.13" [build-dependencies.log] version = "0.4"