# 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 = "l1x-sdk" version = "0.3.2" authors = ["The L1X Project Developers"] description = "Rust library for writing L1X contracts" homepage = "https://github.com/L1X-Foundation" keywords = ["l1x"] license = "Apache-2.0" resolver = "1" [dependencies.borsh] version = "0.9" features = ["const-generics"] [dependencies.hex] version = "0.4" [dependencies.l1x-sdk-macros] version = "0.2.1" [dependencies.l1x-sys] version = "0.2.2" [dependencies.macropol] version = "0.1.3" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.uint] version = "0.9.5" [dev-dependencies.lazy_static] version = "1.4.0"