# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "osu-db" version = "0.3.0" authors = ["negamartin"] include = ["Cargo.toml", "src", "LICENSE"] description = "Reading and writing of osu! binary files: `osu!.db`, `collection.db`, `scores.db` and `.osr` replay files." readme = "README.md" keywords = ["osu"] categories = ["encoding", "parser-implementations"] license = "Unlicense" repository = "https://github.com/negamartin/osu-db" [dependencies.chrono] version = "0.4" [dependencies.nom] version = "7" [dependencies.serde] version = "1" optional = true [dependencies.serde_derive] version = "1" optional = true [dependencies.xz2] version = "0.1" optional = true [features] compression = ["xz2"] default = ["compression"] ser-de = ["serde", "serde_derive", "chrono/serde"]