# 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] edition = "2018" name = "flv" version = "0.0.1" authors = ["GengTeng "] description = "FLV reader and writer library in Rust." documentation = "https://docs.rs/flv/0.0.1/flv/" readme = "README.md" keywords = ["flv", "reader", "writer", "tokio"] categories = ["Multimedia", "Audio", "Video", "Asynchronous"] license = "MIT" repository = "https://github.com/gengteng/flv" [[example]] name = "flv-dump" path = "examples/flv-dump.rs" [[example]] name = "flv-seek" path = "examples/flv-seek.rs" [[example]] name = "flv-slice" path = "examples/flv-slice.rs" [dependencies.lru] version = "0.6" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "0.2" features = ["io-util"] optional = true [features] full = ["io-std", "io-tokio", "read-index"] io-std = [] io-tokio = ["tokio"] read-index = ["lru"]