# 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 = "anni-common" version = "0.2.0" authors = ["Yesterday17 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common library used by Project Anni." readme = false license = "Apache-2.0" repository = "https://github.com/ProjectAnni/anni" [lib] name = "anni_common" path = "src/lib.rs" [[test]] name = "decode" path = "tests/decode.rs" [dependencies.anni-artist] version = "0.1.1" [dependencies.byteorder] version = "1" [dependencies.chardetng] version = "0.1.17" [dependencies.encoding_rs] version = "0.8.31" features = ["alloc"] [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.path-absolutize] version = "3.0.13" [dependencies.pathdiff] version = "0.2.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.trash] version = "3.0.1" optional = true