# 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 = "time_calc" version = "0.13.0" authors = ["mitchell.nordine@gmail.com"] description = "A library for music/DSP time conversions! Provides functions and methods for converting between ticks, ms, samples, bars, beats and measures." homepage = "https://github.com/RustAudio/time_calc" readme = "README.md" keywords = ["time", "dsp", "audio", "music", "conversion"] license = "Apache-2.0/MIT" repository = "https://github.com/RustAudio/time_calc.git" [dependencies.num] version = "0.1.28" [dependencies.rand] version = "0.3.12" [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true