[package]
edition = "2021"
name = "sshfwd-common"
version = "0.1.2"
authors = ["gogoout"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal types for sshfwd - not intended for direct use"
documentation = "https://github.com/gogoout/sshfwd.rs#readme"
readme = false
keywords = [
"ssh",
"internal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/gogoout/sshfwd.rs"
[lib]
name = "sshfwd_common"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"