# 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] name = "nqueens-oxigen" version = "2.2.0" authors = ["Martin1887 "] description = "N Queens problem resolution using oxigen." readme = "../README.md" keywords = ["oxigen", "genetic", "algorithm", "queens"] categories = ["algorithms", "science"] license = "MIT/Apache-2.0" repository = "https://github.com/Martin1887/oxigen" [dependencies.oxigen] version = "2.2.0" features = ["global_cache"] [dependencies.rand] version = "0.7"