# 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" rust-version = "1.75" name = "cavestory-save-lib" version = "2.9.2" authors = ["poly000"] description = "editor for profile.dat of cavestory" readme = "README.md" categories = ["parser-implementations"] license-file = "LICENSE" repository = "https://github.com/poly000/cavestory-save-lib" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "cavestory_save" [dependencies.strum] version = "0.26.0" features = [ "derive", "std", ] [dependencies.thiserror] version = "1.0.37" [features] default = ["strum"] strum = []