# 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.64.0" name = "midi-2-ci" version = "0.0.1-alpha.0" authors = ["Andrew Cherry (kolektiv)"] description = "MIDI 2[.x] Capability Inquiry" readme = "README.md" keywords = [ "midi", "protocol", "ump", ] categories = [ "data-structures", "encoding", "multimedia", "multimedia::audio", ] license = "AGPL-3.0-only" repository = "https://github.com/kolektiv/midi-2" [dependencies] [lints.clippy] cargo = "warn" complexity = "warn" correctness = "deny" pedantic = "warn" perf = "warn" restriction = "allow" style = "warn" suspicious = "warn" [lints.rust] future_incompatible = "warn" nonstandard_style = "warn" rust_2018_compatibility = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" unused = "warn"