# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "oscpad" version = "0.2.3" authors = ["Ben Burdette "] include = ["src/**/*", "example_projects/**/*", "example_projects/guisend/**/*", "example_projects/echotest/**/*", "elm/**/*", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", "runit.sh", "default.nix", "ns.sh"] description = "OSC 'control panel' server with shared-state web controls" homepage = "https://github.com/bburdette/oscpad" documentation = "https://github.com/bburdette/oscpad/wiki/Get-started-with-oscpad" readme = "README.md" keywords = ["osc", "audio", "opensoundcontrol"] license = "MIT" repository = "https://github.com/bburdette/oscpad.git" [dependencies.serde] version = "0.5.3" [dependencies.serde_json] version = "0.7.0" [dependencies.time] version = "0.1.34" [dependencies.tinyosc] version = "0.0.3" [dependencies.touchpage] version = "0.2.0"