flowly-mp4 0.1.0

MP4 reader and writer library in Rust.
Documentation
# 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 = "flowly-mp4"
version = "0.1.0"
authors = [
    "Andrey Tkachenko <andrey@aidev.ru>",
    "Alf <alf.g.jr@gmail.com>",
]
build = false
include = [
    "src",
    "benches",
    "Cargo.toml",
    "README",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MP4 reader and writer library in Rust."
homepage = "https://github.com/flowly-team/flowly-mp4"
documentation = "https://docs.rs/flowly-mp4"
readme = "README.md"
keywords = [
    "flowly",
    "mp4",
    "video",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/flowly-team/flowly-mp4"

[lib]
name = "flowly_mp4"
path = "src/lib.rs"

[[bench]]
name = "bench_main"
path = "benches/bench_main.rs"
harness = false

[dependencies.async-stream]
version = "0.3.5"

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "1.1.0"

[dependencies.const_format]
version = "0.2.32"

[dependencies.flowly]
version = "0.4.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.log]
version = "0.4.27"

[dependencies.num-rational]
version = "0.4.0"
features = ["serde"]

[dependencies.pin-project-lite]
version = "0.2.14"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "^1.0"

[dependencies.tokio]
version = "1.37.0"
features = ["io-util"]

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.flowly-codec-openh264]
version = "0.1"

[dev-dependencies.glob]
version = "0.3.2"

[dev-dependencies.tokio]
version = "1.37.0"
features = ["full"]

[dev-dependencies.tokio-util]
version = "0.7.10"