# 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 = "ittapi" version = "0.4.0" authors = [ "Johnnie Birch <45402135+jlb6740@users.noreply.github.com>", "Benjamin Bouvier ", ] description = "High-level Rust bindings for ittapi" homepage = "https://github.com/intel/ittapi/tree/master/rust/ittapi" documentation = "https://docs.rs/ittapi" readme = "README.md" keywords = [ "vtune", "profiling", "code-generation", ] categories = ["development-tools"] license = "GPL-2.0-only OR BSD-3-Clause" repository = "https://github.com/intel/ittapi" [dependencies.anyhow] version = "1.0.56" [dependencies.ittapi-sys] version = "0.4.0" [dependencies.log] version = "0.4.16" [dev-dependencies.scoped-env] version = "2.1"