# 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 = "libspkg" version = "0.1.6" authors = [ "Juliandev02 ", "matteodev8", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Spkg Rust Library" homepage = "https://strawberryfoundations.org" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/Strawberry-Foundations/libspkg" [lib] name = "libspkg" path = "src/lib.rs" [dependencies.eyre] version = "0.6.12" optional = true [dependencies.flate2] version = "1.0.31" optional = true [dependencies.serde] version = "1.0.207" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.124" optional = true [dependencies.tar] version = "0.4.41" optional = true [features] binpkg = [ "dep:tar", "dep:flate2", "dep:serde", "dep:serde_json", "dep:eyre", ] plugin = []