x264-rs/Cargo.toml
jiangcuo e72f12c06b
Some checks failed
CI / Check (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
first commit
2026-07-06 17:41:51 +08:00

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"