# 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 = "gd" version = "0.0.0" authors = ["nekitdev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Geometry Dash API wrapper written in Rust." documentation = "https://docs.rs/gd" readme = "README.md" keywords = [ "gd", "api", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/nekitdev/gd" [lib] name = "gd" path = "src/lib.rs" [[bin]] name = "gd" path = "src/main.rs" [dependencies.aes] version = "0.8.4" [dependencies.base64] version = "0.22.1" [dependencies.bon] version = "2.3.0" [dependencies.capnp] version = "0.20.0" [dependencies.ecb] version = "0.1.2" features = ["std"] [dependencies.flate2] version = "1.0.33" features = ["zlib"] [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.reqwest] version = "0.12.7" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.sha1] version = "0.10.6" [dependencies.thiserror] version = "1.0.63" [dependencies.xor-cipher] version = "4.0.0"