# 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-rs" version = "0.1.1" description = "Easily access gd save files" readme = "README.md" keywords = ["geometry-dash"] categories = ["parsing"] license = "MIT" repository = "https://github.com/lolikarbuzik/gd-rs" [dependencies.base64] version = "0.21.5" [dependencies.directories] version = "5.0.1" [dependencies.libflate] version = "2.0.0" [dependencies.maplit] version = "1.0.2" [dependencies.plist] version = "1.6.0" [dependencies.serde] version = "1.0.193" [dependencies.serde_derive] version = "1.0.193"