This commit is contained in:
parent
69be9f7aca
commit
089def45d1
37 changed files with 2792 additions and 225 deletions
|
|
@ -9,10 +9,10 @@ mtp-codec = { version = "0.1.0", path = "../codec", features = ["registry"] }
|
|||
mtp-transport = { version = "0.1.0", path = "../transport", features = ["host"] }
|
||||
mtp-crypto = { version = "0.1.0", path = "../crypto", optional = true }
|
||||
rand = "0.8"
|
||||
tokio = { version = "1", features = ["time"] }
|
||||
tokio = { version = "1", features = ["time", "sync"] }
|
||||
|
||||
[features]
|
||||
|
||||
crypto = ["dep:mtp-crypto", "mtp-codec/crypto"]
|
||||
# Stream mode is optional at the facade boundary. The underlying transport
|
||||
# remains framed/stream based so the default API stays backwards compatible.
|
||||
streaming = ["mtp-transport/streaming"]
|
||||
|
||||
pipes = ["mtp-common/pipes", "mtp-transport/pipes"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue