# 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 = "json2tm" version = "0.1.2" description = "VSCode compiled theme -> .tmTheme converter" readme = "README.md" keywords = [ "cli", "textmate", "tmtheme", "plist", "vscode", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/mrtnvgr/json2tm/" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.json_comments] version = "0.2.1" [dependencies.plist] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25"