# 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 = "oscd" version = "0.1.6" authors = ["karnpapon "] description = "a simple interactive OSC (Open Sound Control) debugger for terminal" homepage = "https://github.com/karnpapon/oscd" readme = "README.md" license = "MIT" repository = "https://github.com/karnpapon/oscd" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "oscd" path = "src/main.rs" [dependencies.clap] version = "3.2.15" [dependencies.colored] version = "2" [dependencies.inquire] version = "0.2.1" [dependencies.nom] version = "7.1.1" [dependencies.nom_locate] version = "4.0.0" [dependencies.rosc] version = "0.8.1" [dependencies.rustyline] version = "11.0.0" [dependencies.rustyline-derive] version = "0.8.0" [dependencies.termion] version = "1.5.5"