mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
31 lines
754 B
TOML
31 lines
754 B
TOML
[package]
|
|
name = "Av1an"
|
|
version = "0.1.0"
|
|
authors = ["Zen <46526140+master-of-zen@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/master-of-zen/Av1an"
|
|
|
|
[package.metadata.maturin]
|
|
maintainer = "Zen"
|
|
maintainer-email = "46526140+master-of-zen@users.noreply.github.com"
|
|
classifier = ["Programming Language :: Python", "Programming Language :: Rust"]
|
|
requires-dist = [
|
|
"numpy",
|
|
"scenedetect[opencv]",
|
|
"opencv-python",
|
|
"tqdm",
|
|
"psutil",
|
|
"scipy",
|
|
"matplotlib",
|
|
]
|
|
|
|
|
|
[lib]
|
|
name = "av1an"
|
|
crate-type = ["cdylib"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
pyo3 = { version = "*", features = ["extension-module"] }
|