11[package ]
2- name = " linkerd2 -app-core"
2+ name = " linkerd -app-core"
33version = " 0.1.0"
44authors = [
" Linkerd Developers <[email protected] >" ]
55license = " Apache-2.0"
@@ -13,54 +13,54 @@ independently of the inbound and outbound proxy logic.
1313"""
1414
1515[features ]
16- mock-orig-dst = [" linkerd2 -proxy-transport/mock-orig-dst" ]
16+ mock-orig-dst = [" linkerd -proxy-transport/mock-orig-dst" ]
1717
1818[dependencies ]
1919bytes = " 1"
2020http = " 0.2"
2121http-body = " 0.4"
2222hyper = { version = " 0.14.2" , features = [" http1" , " http2" ] }
23- futures = " 0.3"
23+ futures = " 0.3.9 "
2424indexmap = " 1.0"
2525ipnet = " 2.0"
26- linkerd2 -addr = { path = " ../../addr" }
27- linkerd2 -cache = { path = " ../../cache" }
28- linkerd2 -buffer = { path = " ../../buffer" }
29- linkerd2 -concurrency-limit = { path = " ../../concurrency-limit" }
30- linkerd2 -conditional = { path = " ../../conditional" }
31- linkerd2 -dns = { path = " ../../dns" }
32- linkerd2 -drain = { path = " ../../drain" , features = [" retain" ] }
33- linkerd2 -duplex = { path = " ../../duplex" }
34- linkerd2 -errno = { path = " ../../errno" }
35- linkerd2 -error = { path = " ../../error" }
36- linkerd2 -error-metrics = { path = " ../../error-metrics" }
37- linkerd2 -error-respond = { path = " ../../error-respond" }
38- linkerd2 -exp-backoff = { path = " ../../exp-backoff" }
39- linkerd2 -http-classify = { path = " ../../http-classify" }
40- linkerd2 -http-metrics = { path = " ../../http-metrics" }
41- linkerd2 -metrics = { path = " ../../metrics" }
42- linkerd2 -transport-header = { path = " ../../transport-header" }
43- linkerd2 -opencensus = { path = " ../../opencensus" }
44- linkerd2 -proxy-core = { path = " ../../proxy/core" }
26+ linkerd -addr = { path = " ../../addr" }
27+ linkerd -cache = { path = " ../../cache" }
28+ linkerd -buffer = { path = " ../../buffer" }
29+ linkerd -concurrency-limit = { path = " ../../concurrency-limit" }
30+ linkerd -conditional = { path = " ../../conditional" }
31+ linkerd -dns = { path = " ../../dns" }
32+ linkerd -drain = { path = " ../../drain" , features = [" retain" ] }
33+ linkerd -duplex = { path = " ../../duplex" }
34+ linkerd -errno = { path = " ../../errno" }
35+ linkerd -error = { path = " ../../error" }
36+ linkerd -error-metrics = { path = " ../../error-metrics" }
37+ linkerd -error-respond = { path = " ../../error-respond" }
38+ linkerd -exp-backoff = { path = " ../../exp-backoff" }
39+ linkerd -http-classify = { path = " ../../http-classify" }
40+ linkerd -http-metrics = { path = " ../../http-metrics" }
41+ linkerd -metrics = { path = " ../../metrics" }
42+ linkerd -transport-header = { path = " ../../transport-header" }
43+ linkerd -opencensus = { path = " ../../opencensus" }
44+ linkerd -proxy-core = { path = " ../../proxy/core" }
4545linkerd2-proxy-api = { git = " https://github.com/linkerd/linkerd2-proxy-api" , branch = " ver/tonic-git" }
46- linkerd2 -proxy-api-resolve = { path = " ../../proxy/api-resolve" }
47- linkerd2 -proxy-discover = { path = " ../../proxy/discover" }
48- linkerd2 -proxy-identity = { path = " ../../proxy/identity" }
49- linkerd2 -proxy-http = { path = " ../../proxy/http" }
50- linkerd2 -proxy-resolve = { path = " ../../proxy/resolve" }
51- linkerd2 -proxy-dns-resolve = { path = " ../../proxy/dns-resolve" }
52- linkerd2 -proxy-tap = { path = " ../../proxy/tap" }
53- linkerd2 -proxy-tcp = { path = " ../../proxy/tcp" }
54- linkerd2 -proxy-transport = { path = " ../../proxy/transport" }
55- linkerd2 -reconnect = { path = " ../../reconnect" }
56- linkerd2 -retry = { path = " ../../retry" }
57- linkerd2 -timeout = { path = " ../../timeout" }
58- linkerd2 -tracing = { path = " ../../tracing" }
59- linkerd2 -service-profiles = { path = " ../../service-profiles" }
60- linkerd2 -stack = { path = " ../../stack" }
61- linkerd2 -stack-metrics = { path = " ../../stack/metrics" }
62- linkerd2 -stack-tracing = { path = " ../../stack/tracing" }
63- linkerd2 -trace-context = { path = " ../../trace-context" }
46+ linkerd -proxy-api-resolve = { path = " ../../proxy/api-resolve" }
47+ linkerd -proxy-discover = { path = " ../../proxy/discover" }
48+ linkerd -proxy-identity = { path = " ../../proxy/identity" }
49+ linkerd -proxy-http = { path = " ../../proxy/http" }
50+ linkerd -proxy-resolve = { path = " ../../proxy/resolve" }
51+ linkerd -proxy-dns-resolve = { path = " ../../proxy/dns-resolve" }
52+ linkerd -proxy-tap = { path = " ../../proxy/tap" }
53+ linkerd -proxy-tcp = { path = " ../../proxy/tcp" }
54+ linkerd -proxy-transport = { path = " ../../proxy/transport" }
55+ linkerd -reconnect = { path = " ../../reconnect" }
56+ linkerd -retry = { path = " ../../retry" }
57+ linkerd -timeout = { path = " ../../timeout" }
58+ linkerd -tracing = { path = " ../../tracing" }
59+ linkerd -service-profiles = { path = " ../../service-profiles" }
60+ linkerd -stack = { path = " ../../stack" }
61+ linkerd -stack-metrics = { path = " ../../stack/metrics" }
62+ linkerd -stack-tracing = { path = " ../../stack/tracing" }
63+ linkerd -trace-context = { path = " ../../trace-context" }
6464regex = " 1.0.0"
6565tokio = { version = " 1" , features = [" macros" , " sync" , " parking_lot" ]}
6666tonic = { version = " 0.3" , default-features = false , features = [" prost" ] }
0 commit comments