summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_apama_plugin/Cargo.toml
blob: 0bd2c45797bb4e4a40fbcb3c573fc261ca1fc932 (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.5.3"
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 = "0.5"
roxmltree = "0.14"

[dev-dependencies]
tempfile = "3.2"