# 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 = "2018" name = "probables" version = "0.1.4" authors = ["Ali Hassan "] exclude = ["target/debug/*", "target/rls/*"] include = ["target/doc/*", "src/*", "LICENCE", "README.md", "Dockerfile"] publish = true 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." readme = "README.md" keywords = ["data-structure", "tools", "tree"] categories = ["command-line-utilities", "algorithms"] license = "MIT" [profile.dev] opt-level = 2 codegen-units = 256 debug = 2 [profile.release] opt-level = 3 codegen-units = 16 debug = 0 [dependencies]