[package] # crate name name = "probables" # crate version version = "0.1.4" # crate editions edition = "2018" # crate author information authors = ["Ali Hassan "] # crate description description = "Data structure is a good start to grasp language implementation, no matter how many packages are shared by your peers. Currently tree module is quite small but worthy to look or shared." # crate readme file readme = "README.md" # crate license license = "MIT" # license-file = "MIT" # crate software categories keywords = ["data-structure", "tools", "tree"] categories = ["command-line-utilities","algorithms"] # crate repoistry repositry = "https://github.com/WisdomDwarfs/probable-potato" # crate include and exclude packages exclude = ["target/debug/*", "target/rls/*"] include=["target/doc/*", "src/*", "LICENCE", "README.md", "Dockerfile"] publish = true [profile.dev] opt-level = 2 debug = 2 codegen-units = 256 [profile.release] opt-level = 3 debug = 0 codegen-units = 16 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]