File: Cargo.toml.orig

package info (click to toggle)
rust-av-data 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "av-data"
description = "Multimedia data structures"
version = "0.4.4"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
license = "MIT"
homepage = "https://github.com/rust-av/rust-av"
keywords = ["multimedia"]
readme = "README.md"
edition = "2021"

[dependencies]
byte-slice-cast = "1.2.1"
bytes = "1.2.1"
num-rational = "0.4.0"
num-traits = "0.2.8"
num-derive = "0.4"