# 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.65" name = "singlefile-formats" version = "0.2.1" authors = ["ScottyThePilot "] description = "Default file format implementations for singlefile." documentation = "https://docs.rs/singlefile-formats" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ScottyThePilot/singlefile" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bzip2] version = "0.4.4" optional = true [dependencies.ciborium] version = "0.2.1" optional = true [dependencies.flate2] version = "1.0.28" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.singlefile] version = "0.2.1" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8.8" optional = true [dependencies.xz2] version = "0.1.7" optional = true [features] bzip = ["dep:bzip2"] cbor-serde = [ "dep:ciborium", "dep:serde", ] default = [] flate = ["dep:flate2"] json-serde = [ "dep:serde_json", "dep:serde", ] toml-serde = [ "dep:toml", "dep:serde", ] xz = ["dep:xz2"]