[graph] targets = [ { triple = "x86_64-unknown-linux-gnu" }, { triple = "aarch64-unknown-linux-gnu" }, { triple = "x86_64-unknown-linux-musl" }, { triple = "aarch64-apple-darwin" }, { triple = "x86_64-apple-darwin" }, { triple = "x86_64-pc-windows-msvc" }, ] all-features = false no-default-features = false [output] feature-depth = 1 [advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] [licenses] allow = [ "MIT", "Apache-2.0", "BSD-3-Clause", "ISC", "Unicode-DFS-2016", "OpenSSL", "LicenseRef-dYdX-Custom", ] confidence-threshold = 0.8 exceptions = [] [[licenses.clarify]] crate = "dydx-proto" expression = "LicenseRef-dYdX-Custom" license-files = [ { path = "LICENSE", hash = 0x30bcd1e3 }, ] [[licenses.clarify]] name = "ring" expression = "MIT AND ISC AND OpenSSL" license-files = [ { path = "LICENSE", hash = 0xbd0eed23 } ] [licenses.private] ignore = false registries = [] [bans] multiple-versions = "warn" wildcards = "allow" highlight = "all" [sources] unknown-registry = "warn" unknown-git = "warn" allow-registry = ["https://github.com/rust-lang/crates.io-index"] [sources.allow-org] github = [] gitlab = [] bitbucket = []