[package] name = "study_cargo_profile_and_publish_crates_io" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "An example of cargo profile and publish crates.io" # 1. profile # See more about profile in https://doc.rust-lang.org/cargo/reference/profiles.html [profile.dev] opt-level = 0 [profile.release] opt-level = 3 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]