cargo-features = ['named-profiles'] [package] name = "byte_lines" version = "0.1.1" authors = ["alexdelorenzo "] edition = "2018" opt-level = 3 description = "Iterate over lines of bytes from anything that implements std::io::Read" license = " AGPL-3.0-only" repository = "https://github.com/alexdelorenzo/byte_lines" homepage = "https://alexdelorenzo.dev" documentation = "https://github.com/alexdelorenzo/byte_lines" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byte_string = "1.0.0" [profile.release] opt-level = 3 debug = false incremental = true lto = true [profile.dev] opt-level = 3 incremental = true # [profile.debug]ope # opt-level = 3