# 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 = "levitas_client" version = "2.0.0" authors = ["qians "] description = "levitas's client" readme = "README.md" keywords = [ "levitas", "sdk", ] license = "GPL-3.0-only" repository = "https://quakegit.cn/Qians/levitas_client/" [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = false incremental = true [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [profile.test] opt-level = 0 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false overflow-checks = true incremental = true [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1"