# 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 = "xabc-lib" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "一个解析 abc 文件的库" readme = "README.md" keywords = [ "harmony", "abc", "parser", ] license = "MIT" repository = "https://gitee.com/kin9-0rz/rs-xabc" [profile.dev] debug = 2 [profile.release] debug = 0 [lib] name = "xabc_lib" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.getset] version = "0.1.2" [dependencies.memmap2] version = "0.9.5" [dependencies.scroll] version = "0.12.0" features = ["derive"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" optional = true [dev-dependencies] [features] default = [] logging = ["tracing-subscriber"]