# 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 = "physis" version = "0.3.0" authors = ["Joshua Goins "] description = "Interact with XIV game data." homepage = "https://xiv.zone/physis" documentation = "https://docs.xiv.zone/docs/physis/" readme = "README.md" keywords = [ "ffxiv", "modding", ] license = "GPL-3.0" repository = "https://github.com/redstrate/Physis" [package.metadata.system-deps.libunshield] feature = "game_install" version = "1.4" [profile.release] lto = true [[bench]] name = "benchmark" harness = false [[bench]] name = "retail_benchmark" harness = false required-features = ["retail_game_testing"] [dependencies.binrw] version = "0.13.0" features = ["std"] default-features = false [dependencies.bitflags] version = "1.3" optional = true [dependencies.half] version = "2" optional = true [dependencies.libz-ng-sys] version = "1.1" [dependencies.modular-bitfield] version = "0.11" [dependencies.texture2ddecoder] version = "0.0.5" optional = true [dependencies.tracing] version = "0.1.40" features = ["std"] default-features = false [dev-dependencies.brunch] version = "0.5.3" default-features = false [dev-dependencies.crc] version = "3" [dev-dependencies.hmac-sha512] version = "1" [build-dependencies.system-deps] version = "7" [features] default = ["visual_data"] game_install = [] patch_testing = ["game_install"] retail_game_testing = [] visual_data = [ "dep:half", "dep:bitflags", "dep:texture2ddecoder", ]