# 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 = "rustle_cli" version = "0.1.3" authors = [ "pintariching", "qwertydelle", "linrium", "iceghost", "linh-1", "TheMixu", ] description = "The CLI for the Svelte compiler, rewritten in Rust." homepage = "https://github.com/pintariching/rustle" readme = "README.md" keywords = [ "svelte", "rust", "compiler", "cli", ] license = "MIT" repository = "https://github.com/pintariching/rustle" resolver = "1" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.console] version = "0.15.2" [dependencies.rustle] version = "0.1.5" [dependencies.serde_json] version = "1.0.88"