# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "outils" version = "0.3.0" authors = ["ouaffm"] include = ["**/*.rs", "Cargo.toml"] description = "Graph and tree data structure library. Providing utilities which aren't easily available in Rust." documentation = "https://docs.rs/outils/" readme = "./README.md" keywords = ["data-structure", "graph", "binary-search-tree", "dynamic-connectivity"] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/ouaffm/outils" [profile.bench] opt-level = 3 debug = true [profile.release] [lib] name = "outils" bench = false [[bench]] name = "outils_benchmarks" harness = false [dependencies.rand] version = "0.7.3" [dependencies.slab] version = "0.4.2" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.lazy_static] version = "1.4.0" [badges.travis-ci] repository = "ouaffm/outils"