# 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 = "wally-package-types" version = "1.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool to fix wally package thunks with Luau types" readme = "README.md" license = "MIT" [profile.dev.package.full_moon] opt-level = 3 [lib] name = "wally_package_types" path = "src/lib.rs" [[bin]] name = "wally-package-types" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2.5" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.env_logger] version = "0.10.1" default-features = false [dependencies.full_moon] version = "1.1.0" features = ["luau"] [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.137" [dependencies.serde_json] version = "1.0.81"