[package] name = "celp-sdk" version = "0.2.2" edition = "2021" license = "MIT OR Apache-2.0" description = "This package has been created to provide a rust SDK containing common functionality" homepage = "http://www.nothingtoseehere.com/" documentation = "http://www.nothingtoseehere.com/" repository = "http://www.nothingtoseehere.com/" readme = "README.md" exclude = [".gitignore", ".gitlab-ci.yml"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.srelease] inherits = "release" opt-level = 3 strip = "debuginfo" lto = true [dependencies] chrono = "0.4" clap = "4.5" colored = "2.1" env_logger = "0.11.3" log = "0.4" prost = "0.13" prost-types = "0.13" redis = "0.25" regex = "1.10" strum = "0.26" strum_macros = "0.26" thiserror = "1.0" [build-dependencies] anyhow = "1.0" prost-build = "0.13" protobuf-src = "2.0"