# 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 = "sponge" version = "0.2.1" authors = ["Bradinator "] description = "A powerful Rust module to convert Rust to ASM" homepage = "https://github.com/Ulladay-Hub/sponge-build" readme = "README.md" license = "MIT" repository = "https://github.com/Ulladay-Hub/sponge-build" [lib] name = "sponge_lib" path = "src/lib.rs" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"