# 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 = "gingerlib" version = "1.0.0" authors = ["m1nt_ (Rubber Duck Shobe)"] description = "A library to read and write Quest3D channel group files." readme = "README.md" keywords = [ "audiosurf", "quest3d", "cgr", "q3d", "modding", ] categories = [ "parser-implementations", "encoding", ] license = "MIT" repository = "https://github.com/AudiosurfResearch/GingerLib/" [dependencies.flate2] version = "1.0.28" [dependencies.nom] version = "7.1.3" [dependencies.test-log] version = "0.2.14" features = ["trace"] [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uuid] version = "1.6.1"