# 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] rust-version = "1.52" name = "rosc" version = "0.10.1" authors = ["Andreas Linz "] description = "An OSC library for Rust" documentation = "https://docs.rs/rosc" readme = "README.md" keywords = [ "audio", "osc", ] license = "MIT/Apache-2.0" repository = "https://github.com/klingtnet/rosc" [dependencies.byteorder] version = "1" default-features = false [dependencies.clippy] version = "^0" optional = true [dependencies.nom] version = "7" features = ["alloc"] default-features = false [features] default = ["std"] lints = ["clippy"] std = []