diff options
Diffstat (limited to 'libs/steam_appinfo_ffi/vendor/steam-vdf-parser/Cargo.toml')
| -rw-r--r-- | libs/steam_appinfo_ffi/vendor/steam-vdf-parser/Cargo.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libs/steam_appinfo_ffi/vendor/steam-vdf-parser/Cargo.toml b/libs/steam_appinfo_ffi/vendor/steam-vdf-parser/Cargo.toml new file mode 100644 index 0000000..2bb0a0c --- /dev/null +++ b/libs/steam_appinfo_ffi/vendor/steam-vdf-parser/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "steam-vdf-parser" +version = "0.1.1" +edition = "2024" +rust-version = "1.88" +license = "MIT OR Apache-2.0" +description = "Zero-copy parser for Steam's VDF (Valve Data Format) files" +readme = "README.md" +keywords = ["vdf", "steam", "parser", "binary", "valve"] +categories = ["parser-implementations", "data-structures"] +repository = "https://github.com/mexus/steam-vdf-parser" +documentation = "https://docs.rs/steam-vdf-parser" + +[dependencies] +hex = { version = "0.4.3", default-features = false, features = ["alloc"] } +winnow = { version = "0.7.14", default-features = false, features = ["alloc", "simd"] } +indexmap = { version = "2.13.0", default-features = false } +foldhash = { version = "0.2.0", default-features = false } +static_assertions = "1.1.0" |
