# 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 = "rosu-map" version = "0.2.0" authors = ["MaxOhn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to de- and encode .osu files" documentation = "https://docs.rs/rosu-map/" readme = "README.md" keywords = [ "osu", "parse", "beatmap", "decode", ] categories = [ "parser-implementations", "parsing", ] license = "MIT" repository = "https://github.com/MaxOhn/rosu-map" [lib] name = "rosu_map" path = "src/lib.rs" [[test]] name = "decode" path = "tests/decode.rs" [[test]] name = "encode" path = "tests/encode.rs" [[test]] name = "encodings" path = "tests/encodings.rs" [dependencies.tracing] version = "0.1.40" optional = true default-features = false [dev-dependencies.test-log] version = "0.2.14" features = ["trace"] default-features = false