# 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 = "celp-sdk" version = "0.2.2" build = "build.rs" exclude = [ ".gitignore", ".gitlab-ci.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This package has been created to provide a rust SDK containing common functionality" homepage = "http://www.nothingtoseehere.com/" documentation = "http://www.nothingtoseehere.com/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "http://www.nothingtoseehere.com/" [profile.srelease] opt-level = 3 lto = true inherits = "release" strip = "debuginfo" [lib] name = "celp_sdk" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" [dependencies.colored] version = "2.1" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.redis] version = "0.25" [dependencies.regex] version = "1.10" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0" [build-dependencies.anyhow] version = "1.0" [build-dependencies.prost-build] version = "0.13" [build-dependencies.protobuf-src] version = "2.0"