# 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 = "natvis-pdbs" version = "1.0.3" authors = ["MaulingMonkey "] include = [ "src/*", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "Readme.md", ] description = "A metabuild/build.rs compatible crate to embed .natvis debug visualizer files into your executable's .pdbs, for ease of debugging." readme = "README.md" keywords = [ "metabuild", "natvis", "debug", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/MaulingMonkey/natvis-pdbs" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [badges.appveyor] branch = "master" repository = "MaulingMonkey/natvis-pdbs" service = "github" [badges.maintenance] status = "passively-maintained"