summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_apama_plugin/Cargo.toml
blob: 3bd37b2b81a71641703c82dc8d6072da66156e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "tedge_apama_plugin"
version = "0.7.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
license = "Apache-2.0"
description = "thin.edge.io plugin for installing apama projects"
homepage = "https://thin-edge.io"
repository = "https://github.com/thin-edge/thin-edge.io"

[package.metadata.deb]
assets = [
    ["target/release/tedge_apama_plugin", "/etc/tedge/sm-plugins/apama", "755"],
]

[dependencies]
clap = { version = "3", features = ["derive"] }
thiserror = "1.0"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
roxmltree = "0.14"

[dev-dependencies]
tedge_test_utils = { path = "../../crates/tests/tedge_test_utils" }