2019-05-24 12:16:36 +00:00
|
|
|
[package]
|
2022-05-26 09:52:42 +00:00
|
|
|
name = "gst-plugin-aws"
|
2024-02-05 13:35:07 +00:00
|
|
|
version.workspace = true
|
2020-05-28 22:55:25 +00:00
|
|
|
authors = ["Arun Raghavan <arun@arunraghavan.net>",
|
|
|
|
"Jordan Petridis <jordan@centricular.com>",
|
|
|
|
"Mathieu Duponchelle <mathieu@centricular.com>"]
|
2024-02-05 13:35:07 +00:00
|
|
|
repository.workspace = true
|
2022-01-15 18:40:12 +00:00
|
|
|
license = "MPL-2.0"
|
2022-10-23 09:13:23 +00:00
|
|
|
description = "GStreamer Amazon Web Services plugin"
|
2024-02-05 13:35:07 +00:00
|
|
|
edition.workspace = true
|
|
|
|
rust-version.workspace = true
|
2019-05-24 12:16:36 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-24 20:40:54 +00:00
|
|
|
async-stream = "0.3.4"
|
2024-05-17 06:38:49 +00:00
|
|
|
base32 = "0.5"
|
2023-11-21 08:32:59 +00:00
|
|
|
aws-config = "1.0"
|
2023-11-26 08:26:02 +00:00
|
|
|
aws-sdk-s3 = "1.0"
|
|
|
|
aws-sdk-transcribestreaming = "1.0"
|
|
|
|
aws-sdk-translate = "1.0"
|
2023-11-21 08:32:59 +00:00
|
|
|
aws-types = "1.0"
|
|
|
|
aws-credential-types = "1.0"
|
2023-02-24 20:40:54 +00:00
|
|
|
bytes = "1.0"
|
|
|
|
futures = "0.3"
|
2024-02-05 13:35:07 +00:00
|
|
|
gio.workspace = true
|
|
|
|
gst.workspace = true
|
|
|
|
gst-base.workspace = true
|
|
|
|
gst-audio = { workspace = true, features = ["v1_16"] }
|
2019-07-24 10:05:55 +00:00
|
|
|
percent-encoding = "2"
|
2022-05-14 05:01:35 +00:00
|
|
|
tokio = { version = "1.0", features = [ "full" ] }
|
2020-05-28 22:55:25 +00:00
|
|
|
serde = "1"
|
|
|
|
serde_derive = "1"
|
|
|
|
serde_json = "1"
|
2023-02-24 20:40:54 +00:00
|
|
|
url = "2"
|
2024-02-05 13:35:07 +00:00
|
|
|
once_cell.workspace = true
|
2024-04-17 16:11:06 +00:00
|
|
|
gst-video = { workspace = true, features = ["v1_22"] }
|
|
|
|
sprintf = "0.2"
|
2019-05-24 12:16:36 +00:00
|
|
|
|
2022-10-18 08:18:03 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
chrono = { version = "0.4", features = [ "alloc" ] }
|
2024-06-17 07:19:43 +00:00
|
|
|
env_logger = "0.11"
|
2024-02-05 13:35:07 +00:00
|
|
|
gst-check = { workspace = true, features = ["v1_18"] }
|
2022-10-18 08:18:03 +00:00
|
|
|
rand = "0.8"
|
2023-11-03 08:54:36 +00:00
|
|
|
test-with = { version = "0.12", default-features = false }
|
2022-10-18 08:18:03 +00:00
|
|
|
|
2019-05-24 12:16:36 +00:00
|
|
|
[lib]
|
2022-05-26 09:52:42 +00:00
|
|
|
name = "gstaws"
|
2020-11-26 15:07:41 +00:00
|
|
|
crate-type = ["cdylib", "rlib"]
|
2019-05-24 12:16:36 +00:00
|
|
|
path = "src/lib.rs"
|
2019-06-03 10:53:58 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
2024-02-05 13:35:07 +00:00
|
|
|
gst-plugin-version-helper.workspace = true
|
2020-11-26 15:07:41 +00:00
|
|
|
|
|
|
|
[features]
|
2022-04-07 09:41:54 +00:00
|
|
|
static = []
|
2021-08-11 17:51:36 +00:00
|
|
|
capi = []
|
2022-08-25 22:30:08 +00:00
|
|
|
doc = ["gst/v1_18"]
|
2020-11-26 15:07:41 +00:00
|
|
|
|
|
|
|
[package.metadata.capi]
|
2023-08-09 10:54:34 +00:00
|
|
|
min_version = "0.9.21"
|
2020-11-26 15:07:41 +00:00
|
|
|
|
|
|
|
[package.metadata.capi.header]
|
|
|
|
enabled = false
|
|
|
|
|
|
|
|
[package.metadata.capi.library]
|
|
|
|
install_subdir = "gstreamer-1.0"
|
|
|
|
versioning = false
|
2023-08-09 10:54:34 +00:00
|
|
|
import_library = false
|
2020-11-26 15:07:41 +00:00
|
|
|
|
|
|
|
[package.metadata.capi.pkg_config]
|
2022-08-31 00:34:18 +00:00
|
|
|
requires_private = "gstreamer-1.0, gstreamer-base-1.0, gobject-2.0, glib-2.0, gmodule-2.0, openssl"
|