# 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 = "serde-sbif" version = "0.1.0" authors = ["k2Green"] description = "A Serde-based implementation of the SBIF file format." readme = "README.md" keywords = [ "sbif", "serde", ] categories = [ "data-structures", "parsing", "serialization", ] license-file = "LICENSE" repository = "https://github.com/k2green/serde-sbif" [dependencies.byteorder] version = "1.5.0" [dependencies.err-derive] version = "0.3.1" [dependencies.flate2] version = "1.0.28" [dependencies.peekread] version = "0.1.1" [dependencies.serde] version = "1.0.193" features = ["derive"]