# 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 = "orn-cli" version = "0.1.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Gen const for smart contract" readme = "README.md" license = "MIT" repository = "https://github.com/sota-zk-labs/ORN.git" [lib] name = "orn_cli" path = "src/lib.rs" [[bin]] name = "orn" path = "src/bin/orn.rs" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.const_format] version = "0.2.32" [dependencies.curl] version = "0.4.46" [dependencies.fancy-regex] version = "0.13.0" [dependencies.glob] version = "0.3.1" [dependencies.math-parse] version = "1.0.2" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_derive] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.8.19" [dev-dependencies.mockito] version = "1.5.0"