# 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 = "hkscdis-rs" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A HavokScript 5.1 disassembler written in Rust." readme = "README.md" keywords = [ "hksc", "hkscdis", "havok", "havokscript", "disassembler", ] license = "GPL-3.0-only" repository = "https://github.com/Surasia/hkscdis-rs" [[bin]] name = "hkscdis-rs" path = "src/main.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.num_enum] version = "0.7.3" [dependencies.thiserror] version = "1.0.65"