[package] name = "dillo-did" version = "0.1.0" authors = ["Charles E. Lehner "] license = "Apache-2.0" edition = "2018" [dependencies] tokio = { version = "1.0", features = ["rt-multi-thread"] } # didkit = { git = "https://github.com/spruceid/didkit/", rev = "ecfe9730f8896af5d5b86133f87a1b54a89a22d7" } ssi = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909", features = ["http-did"] } did-key = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" } did-web = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" } did-tezos = { git = "https://github.com/spruceid/ssi/", rev = "2865e90920208347ad81d3280aa0778ac8869909" } thiserror = "1.0" async-std = "1.9" serde_json = "1.0" [[bin]] name = "did-dpi" path = "src/main.rs" # Optimize release for small binary size [profile.release] opt-level = 'z' lto = true codegen-units = 1