# Copyright Jeron A. Lau 2018. # Dual-licensed under either the MIT License or the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # https://www.boost.org/LICENSE_1_0.txt) # # XXXX X /5\——————/5\ XXXX X X # X X X XXX XXXX | 0 0 | X XXX XXXX XXXX X X X # X X X X X X X /"\| <> |/"\ X X X X X X X X # XXXX X X X X X \ \\_ ==== _// / X XX X X X X X X X # X X X X XXXX \_ _/ X X X X X X X X # X X XXX X / \ / \ XXXX X X XXXX XXXX X X # X \ / XX # --____________-- [package] name = "caved" version = "0.0.0" authors = [ "Jeron Lau " ] license = "MIT / BSL-1.0" documentation = "https://docs.rs/caved" homepage = "https://gitlab.com/plopgrizzly/caved" repository = "https://github.com/plopgrizzly/caved" readme = "README.md" description = "Codecs for Audio and Video Encoding and Decoding, static bindings to libav (ffmpeg). Some re-implemented in Rust. Goal is for all Rust." keywords = ["ffmpeg", "audio", "video", "codec", "format"] categories = ["parser-implementations", "multimedia::encoding", "encoding", "compression", "api-bindings"] [dependencies]