# 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 = "rust_minify" version = "0.1.2" authors = ["to-omer "] description = "minify rust code" documentation = "https://docs.rs/rust_minify" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/to-omer/rust_minify" [dependencies.fxhash] version = "0.2.1" [dependencies.once_cell] version = "1.11.0" [dependencies.proc-macro2] version = "1.0.39" features = ["span-locations"] [dependencies.quote] version = "1.0.18" [dependencies.syn] version = "1.0.95" features = [ "full", "visit", "visit-mut", "extra-traits", ] [dev-dependencies.indoc] version = "1.0.6" [dev-dependencies.test-case] version = "2.1.0"