# 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 = "async-mp4" version = "0.1.1" authors = ["Frédéric Nieto "] description = "Async Mp4 Muxer and Demuxer in pure rust" readme = "README.md" keywords = [ "mp4", "mux", "avc", "opus", "async", ] categories = [ "video", "audio", "encoding", "decoding", "muxing", ] license = "MIT/Apache-2.0" [dependencies.async-trait] version = "0.1.56" [dependencies.bitregions] version = "0.2.5" [dependencies.byteorder] version = "1.4.3" [dependencies.byteorder_async] version = "1.2.0" features = ["futures_async"] [dependencies.chrono] version = "0.4.19" [dependencies.fixed] version = "1.16.0" [dependencies.fixed-macro] version = "1.1.1" [dependencies.futures] version = "0.3.21" [dependencies.isolanguage-1] version = "0.2.2" [dependencies.num-traits] version = "0.2.15" [dependencies.paste] version = "1.0.7" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.1.2" [features] wasm = ["chrono/wasmbind"]