# 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-storyboard" version = "0.1.1" authors = ["MaxOhn "] description = "Library to de- and encode osu! storyboards" documentation = "https://docs.rs/rosu-storyboard/" readme = "README.md" keywords = [ "osu", "storyboard", "parse", "decode", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/MaxOhn/rosu-storyboard" [dependencies.rosu-map] version = "0.1.1" [dev-dependencies.rosu-map] version = "0.1.0" features = ["tracing"] [dev-dependencies.test-log] version = "0.2.14" features = ["trace"] default-features = false