# 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 = "2018" name = "ages-ice-archive" version = "0.3.2" authors = ["Eidolon "] exclude = [ ".gitignore", ".editorconfig", "/.github", ] description = "Functions for packing and unpacking SEGA's ICE archive format, used in Phantasy Star Online 2." readme = "README.md" keywords = [ "sega", "modding", "pso2", ] categories = [ "compression", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/HybridEidolon/rust-ages-ice-archive" [profile.dev] opt-level = 3 debug = false [profile.dev.package.ages-ice-archive] opt-level = 0 [dependencies.ages-prs] version = "0.1" [dependencies.ascii] version = "1" [dependencies.block-modes] version = "0.4" [dependencies.blowfish] version = "0.5" [dependencies.byteorder] version = "1" [dependencies.crc] version = "1" [dependencies.rand] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.zerocopy] version = "0.3" [dev-dependencies.anyhow] version = "1" [dev-dependencies.structopt] version = "0.3" [build-dependencies.cc] version = "1" optional = true [features] default = ["oodle"] oodle = ["cc"]