# 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 = "orthrus" version = "0.2.0" authors = ["NWPlayer123 "] description = "A new way to modify games." readme = "README.md" keywords = [ "modding", "gamedev", ] license = "MIT OR Apache-2.0" repository = "https://github.com/NWPlayer123/Orthrus" [profile.release] lto = "fat" codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0" [dependencies.argp] version = "0.3" default-features = false [dependencies.enable-ansi-support] version = "0.2" [dependencies.env_logger] version = "0.11" default-features = false [dependencies.log] version = "0.4" [dependencies.orthrus-core] version = "0.2" features = ["time"] [dependencies.orthrus-ncompress] version = "0.2" [dependencies.orthrus-panda3d] version = "0.1" [dependencies.owo-colors] version = "4.0"