# 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" rust-version = "1.70" name = "l6t" version = "0.1.0" authors = ["Artem Egorkine "] description = "A library for reading and writing files used by Line6 Edit, namely Line6 Tone (l6t), Line6 Bundle (l6b), Line6 Tone Collection (l6c) and Sounddiver Library (lib)." homepage = "https://github.com/arteme/l6t-rs" categories = [ "encoding", "multimedia::encoding", ] license = "MIT" repository = "https://github.com/arteme/l6t-rs" [dependencies.file] version = "0" package = "l6t-file" [dependencies.symbolic] version = "0" optional = true package = "l6t-symbolic" [features] default = ["symbolic"]