37 lines
948 B
TOML
37 lines
948 B
TOML
# 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]
|
|
name = "x264"
|
|
version = "0.5.0"
|
|
authors = [
|
|
"Ram <quadrupleslap@gmail.com>",
|
|
"Sam Nystrom <samuel.l.nystrom@gmail.com>",
|
|
]
|
|
description = "Encoding H.264 video."
|
|
documentation = "https://docs.rs/x264"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"x264",
|
|
"encoding",
|
|
"h264",
|
|
"video",
|
|
"encoder",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/quadrupleslap/x264"
|
|
|
|
[dependencies.x264-sys]
|
|
version = "0.2"
|
|
|
|
[build-dependencies.pkg-config]
|
|
version = "0.3"
|