# 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] name = "processortrace" version = "0.0.3" authors = ["Gerd Zellweger "] description = "Rust library to set-up Intel processor trace for getting raw trace data." documentation = "http://docs.rs/processortrace" readme = "README.md" keywords = ["x86-64", "x86", "processor", "trace", "hardware"] license = "MIT" repository = "https://github.com/gz/processor-trace" [dependencies.driverkit] version = "0.3" [dependencies.log] version = "0.4" [dependencies.matches] version = "0.1.8" [dependencies.rlibc] version = "1.0.0" [dependencies.x86] version = "0.32" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.nix] version = "0.*" [target."cfg(unix)".dev-dependencies.byteorder] version = "1.2" [target."cfg(unix)".dev-dependencies.env_logger] version = "0.5.10" [target."cfg(unix)".dev-dependencies.libc] version = "0.2"