# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hstrace" version = "0.0.5" authors = ["Mika Vatanen "] exclude = ["/.travis.yml", ".gitignore"] description = "Syscall tracing from command line and as a library" documentation = "https://docs.rs/hstrace" readme = "README.md" keywords = ["strace", "syscall", "tracing", "linux"] categories = ["command-line-interface", "development-tools::debugging"] license = "Apache-2.0/MIT" repository = "https://github.com/blaind/hstrace" [dependencies.bitflags] version = "1.2.1" [dependencies.clap] version = "2.33.3" features = ["yaml"] [dependencies.colored] version = "2.0.0" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.crossbeam-utils] version = "0.8.3" [dependencies.ctrlc] version = "3.1.8" [dependencies.env_logger] version = "0.8.3" [dependencies.hstrace_derive] version = "0.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.nix] version = "0.17.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dev-dependencies.serial_test] version = "0.5.1" [build-dependencies.bindgen] version = "0.58.1"