# 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 = "smn_archive" version = "0.2.5" authors = ["Julien Liakos "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An archive editor for a custom smnarchive format (.smn)" homepage = "https://summonthecat.com" documentation = "https://summonthecat.com/docs/smn_archive" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/SummonTheCat/smn_archive" [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] name = "smn_archive" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bin]] name = "smn_archive_bin" path = "src/main.rs" [dependencies.env_logger] version = "0.9" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] c_api = []