# 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 = "timecode" version = "0.7.4" authors = [ "Marc-Antoine Arnaud ", ] description = """ library to manipulate timecode """ documentation = "https://docs.rs/timecode" readme = "README.md" keywords = [ "timecode", "SMPTE", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/media-io/timecode" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.frame-rate] version = "0.2" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "^1.0" features = ["derive"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-test] version = "0.3"