# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "linera-sdk" version = "0.13.1" authors = ["Linera "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Library to support developping Linera applications in Rust." homepage = "https://linera.dev" documentation = "https://docs.rs/linera-sdk/latest/linera_sdk/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/linera-io/linera-protocol" [package.metadata.cargo-udeps.ignore] development = ["linera-sdk"] [package.metadata.docs.rs] features = [ "test", "wasmer", ] targets = [ "wasm32-unknown-unknown", "x86_64-unknown-linux-gnu", ] [lib] name = "linera_sdk" path = "src/lib.rs" [[bin]] name = "wit-generator" path = "src/bin/wit_generator.rs" [dependencies.async-graphql] version = "=7.0.2" [dependencies.async-trait] version = "0.1.77" optional = true [dependencies.bcs] version = "0.1.6" [dependencies.futures] version = "0.3.30" [dependencies.linera-base] version = "0.13.1" [dependencies.linera-ethereum] version = "0.13.1" optional = true default-features = false [dependencies.linera-sdk-derive] version = "0.13.1" [dependencies.linera-views] version = "0.13.1" default-features = false [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.65" [dependencies.wit-bindgen] version = "0.24.0" [build-dependencies.cfg_aliases] version = "0.2.1" [features] ethereum = [ "async-trait", "linera-ethereum", ] test = [ "linera-base/test", "linera-core/test", "linera-storage/test", "linera-views/test", ] wasmer = [ "linera-core/wasmer", "linera-execution/wasmer", "linera-storage/wasmer", "linera-witty/wasmer", ] wasmtime = [ "linera-core/wasmtime", "linera-execution/wasmtime", "linera-storage/wasmtime", "linera-witty/wasmtime", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.anyhow] version = "1.0.80" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.async-graphql] version = "=7.0.2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.cargo_toml] version = "0.19.2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap] version = "4" features = [ "cargo", "derive", "env", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.dashmap] version = "5.5.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.linera-base] version = "0.13.1" features = ["metrics"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.linera-chain] version = "0.13.1" features = ["metrics"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.linera-core] version = "0.13.1" features = [ "metrics", "wasmer", ] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.linera-execution] version = "0.13.1" features = [ "fs", "metrics", "wasmer", ] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.linera-storage] version = "0.13.1" features = [ "metrics", "wasmer", ] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.linera-witty] version = "0.13.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde_json] version = "1.0.114" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.wasmtime] version = "25.0.0" features = [ "cranelift", "runtime", "std", ] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio-test] version = "0.4.3"