# 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 = "spinne" version = "0.2.0" authors = ["Tim Richter "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "spinne is a cli tool that analyzes design system usage for react projects." readme = "README.md" license = "MIT" repository = "https://github.com/tim-richter/spinne" [lib] name = "spinne" path = "src/lib.rs" [[bin]] name = "spinne" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [[test]] name = "import" path = "tests/import.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1" [dependencies.glob] version = "0.3" [dependencies.ignore] version = "0.4" [dependencies.indicatif] version = "0" [dependencies.jsonc-parser] version = "0.26" features = ["serde"] [dependencies.once_cell] version = "1" [dependencies.open] version = "5" [dependencies.petgraph] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.swc_common] version = "4" features = ["tty-emitter"] [dependencies.swc_ecma_ast] version = "4" [dependencies.swc_ecma_loader] version = "4" features = [ "node", "tsc", ] [dependencies.swc_ecma_parser] version = "5" features = ["typescript"] [dependencies.swc_ecma_visit] version = "4" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.tempfile] version = "3.14"