oxideav-source 0.1.5

Generic source registry: opens URIs (file://, plus http:// via oxideav-http) into Read+Seek; prefetch buffer wrapper
Documentation
# 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"
rust-version = "1.80"
name = "oxideav-source"
version = "0.1.5"
authors = ["Mark Karpeles"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic source registry: opens URIs (file://, plus http:// via oxideav-http) into Read+Seek; prefetch buffer wrapper"
homepage = "https://github.com/OxideAV/oxideav-source"
readme = "README.md"
keywords = [
    "multimedia",
    "io",
    "source",
    "streaming",
    "pure-rust",
]
categories = ["multimedia"]
license = "MIT"
repository = "https://github.com/OxideAV/oxideav-source"

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

[[test]]
name = "buffered"
path = "tests/buffered.rs"

[[test]]
name = "concat"
path = "tests/concat.rs"

[[test]]
name = "data"
path = "tests/data.rs"

[[test]]
name = "file"
path = "tests/file.rs"

[[test]]
name = "mem"
path = "tests/mem.rs"

[[test]]
name = "scope"
path = "tests/scope.rs"

[[test]]
name = "slice"
path = "tests/slice.rs"

[[test]]
name = "sub"
path = "tests/sub.rs"

[dependencies.oxideav-core]
version = "0.1"