# 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-coder" version = "0.3.0" authors = ["michaelhugi "] exclude = ["testfiles/*"] description = "A pure Rust no_std library for decoding and encoding timecode in real-time" readme = "README.md" license = "MIT" repository = "https://github.com/michaelhugi/rust-timecode-parser" [dependencies.intbits] version = "0.2.0" [dependencies.num-traits] version = "0.2.15" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.wav] version = "1.0.0" [features] code_ltc = [ "decode_ltc", "encode_ltc", ] debug = [] decode_ltc = [] default = [ "debug", "decode_ltc", "encode_ltc", ] encode_ltc = []