summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_apama_plugin/Cargo.toml
blob: 56a2943f3426f0b3a3d70af20efa3d193994659a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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"

[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" }