# 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 = "steroid" version = "0.5.0" authors = ["Camille Le Bon "] description = "A lightweight framework for dynamic binary instrumentation" documentation = "https://docs.rs/steroid/latest/steroid/" readme = "README.md" categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "MIT" repository = "https://gitlab.com/camille-on-steroid/steroid" [dependencies.log] version = "0.4.*" [dependencies.nix] version = "0.26.*" [dependencies.thiserror] version = "1.0.*" [dev-dependencies.anyhow] version = "1.0.*" [dev-dependencies.pretty_assertions] version = "0.7.*"