File: Cargo.toml

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 (45 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download | duplicates (4)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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 = "av-data"
version = "0.4.4"
authors = ["Luca Barbato <lu_zero@gentoo.org>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multimedia data structures"
homepage = "https://github.com/rust-av/rust-av"
readme = "README.md"
keywords = ["multimedia"]
license = "MIT"

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

[dependencies.byte-slice-cast]
version = "1.2.1"

[dependencies.bytes]
version = "1.2.1"

[dependencies.num-derive]
version = "0.4"

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

[dependencies.num-traits]
version = "0.2.8"