summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_apt_plugin/Cargo.toml
blob: 99acbc0a3216f1d7bbe27f536426ed854642bc97 (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
25
26
27
28
29
30
31
[package]
name = "tedge_apt_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 software management using apt"
homepage = "https://thin-edge.io"
repository = "https://github.com/thin-edge/thin-edge.io"

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3", features = ["derive"] }
thiserror = "1.0"
csv = "1.1"
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
anyhow = "1.0"
hamcrest2 = "0.3"
reqwest = { version = "0.11", default-features = false, features = [ "blocking", "rustls-tls" ] }
serial_test = "0.8"
tedge_utils = { path = "../../crates/common/tedge_utils" }
test-case = "2.2"