[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"
[project]
name = "omni-stream"
description = "Single-binary streaming storage proxy: serve local FS or S3-compatible object storage behind one HTTP port, with an embedded React SPA."
readme = "README.md"
license = "MIT OR Apache-2.0"
requires-python = ">=3.8"
keywords = ["s3", "proxy", "streaming", "storage", "cli"]
authors = [{ name = "maoXyzt" }]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Environment :: Web Environment",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Rust",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: System :: Filesystems",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/maoXyzt/omni-stream"
Repository = "https://github.com/maoXyzt/omni-stream"
Issues = "https://github.com/maoXyzt/omni-stream/issues"
[tool.maturin]
bindings = "bin"
manifest-path = "Cargo.toml"
strip = true