-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (26 loc) · 1.3 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright Jeron Lau 2017 - 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 = "afi"
version = "0.8.0-pre0"
authors = [
"Jeron Lau <[email protected]>",
]
license = "MIT / BSL-1.0"
documentation = "https://docs.rs/afi"
homepage = "https://gitlab.com/plopgrizzly/multimedia"
repository = "https://gitlab.com/plopgrizzly/multimedia/afi"
readme = "README.md"
description = "Audio & video structures, plus encoder & decoder traits."
keywords = ["afi", "format", "encoding", "decoding", "audiovideo"]
categories = ["encoding", "parsing", "data-structures", "multimedia"]
[dependencies]