# 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 = "memedb_core" version = "2.0.1" authors = [ "Komodo", "BlueTheDuck", ] description = "Rust library for reading and writing tags to different media formats" readme = "README.md" keywords = [ "meme", "db", "tags", ] categories = [ "parser-implementations", "encoding", "data-structures", ] license = "GPL-3.0-or-later" repository = "https://github.com/arguablykomodo/memedb_core" [dependencies.crc] version = "3.0.0" optional = true [dependencies.memchr] version = "2.5.0" optional = true [dev-dependencies.quickcheck] version = "1.0.3" default-features = false [dev-dependencies.quickcheck_macros] version = "1.0.0" [features] default = [ "gif", "isobmff", "jpeg", "png", "riff", ] gif = [] isobmff = [] jpeg = ["memchr"] png = ["crc"] riff = []