# 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 = "microprofile" version = "0.2.1" authors = ["Jonas Meyer "] build = "src/build.rs" include = ["**/*.rs", "Cargo.toml", "src/microprofile/microprofile.cpp", "src/microprofile/microprofile.h", "src/microprofile/microprofile_html.h", "src/microprofile/patch_osx.s", "src/microprofile/patch_win32.asm", "src/microprofile/distorm/src/*.h", "src/microprofile/distorm/src/*.c", "src/microprofile/distorm/include/*.h"] description = "microprofile is a small library for profiling and optimizing multithreaded programs." homepage = "https://github.com/jonasmr/microprofile-rust/" documentation = "https://github.com/jonasmr/microprofile-rust/" readme = "README.md" keywords = ["profiling", "optimization", "multithreading"] categories = ["development-tools", "concurrency", "development-tools::profiling"] license = "MIT" repository = "https://github.com/jonasmr/microprofile-rust.git" [build-dependencies.cc] version = "1.0" [features] default = [] disabled = []