# 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 = "obg-bonk" version = "0.2.2" description = "Asset and game bundler for OogaBoogaGames, using the Caveman format." license = "GPL-3.0-or-later" [[bin]] name = "bonk" path = "src/main.rs" [dependencies.caveman] version = "0.1.0" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.futures] version = "0.3.29" [dependencies.hex] version = "0.4.3" [dependencies.protobuf] version = "3.3.0" [dependencies.rayon] version = "1.8.0" [dependencies.reqwest] version = "0.11.22" [dependencies.scorched] version = "0.4.5" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.zstd] version = "0.13.0"