# 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 = "vscode-generator" version = "0.2.0" authors = ["SynapDrake "] build = false exclude = [ "/.github", "/.gitignore", "/tests", "/.vscode", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A powerful VSCode snippets generator with support for multiple languages. Create, manage and share your code snippets effortlessly." documentation = "https://docs.rs/vscode-generator" readme = "README.md" keywords = [ "vscode", "generator", "snippets", "development-tools", "productivity", ] categories = [ "development-tools", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/SynapDrake/crate-add-macro" [lib] name = "vscode_generator" path = "src/lib.rs" [dependencies.fastrand] version = "2.2.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [features] rust = []