# 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 = "ecli-rs" version = "0.2.9" description = "The client cli wrapper of ecli" readme = "README.md" license = "MIT" resolver = "1" [package.metadata.appimage] auto_link = true [[bin]] name = "ecli-rs" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.bpf-oci] version = "0.1.0" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.ctrlc] version = "3.2.5" optional = true [dependencies.ecli-lib] version = "0.2.8" [dependencies.flexi_logger] version = "0.25.3" [dependencies.log] version = "0.4.19" [dependencies.tokio] version = "1.24.2" features = ["rt-multi-thread"] [features] all = [ "http", "native", ] default = [ "http", "native", ] http = ["ecli-lib/http-client"] native = [ "ecli-lib/native-client", "dep:ctrlc", ]