[package] name = "horde-rs" version = "0.1.0" authors = ["Clivern "] edition = "2021" description = "A Fast, Secure and Reliable Terraform Backend, Set up in Minutes." license = "MIT" repository = "https://github.com/Clivern/Horde" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4.1.4" rocket = "0.4.11" serde = "1.0.152" serde_json = "1.0.93" serde_with = "2.2.0" [profile.release] opt-level = "z" # Optimize for size. lto = true # Enable Link Time Optimization codegen-units = 1 # Reduce number of codegen units to increase optimizations. panic = "abort" # Abort on panic strip = true # Automatically strip symbols from the binary.