# 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 = "lapjv" version = "0.2.1" authors = ["Andrii Dmytrenko "] build = "build.rs" include = ["**/*.rs", "Cargo.toml", "README.md"] description = "Linear Assignmment Problem solve using Jonker-Volgenant algorithm" homepage = "https://github.com/Antti/lapjv-rust" documentation = "https://docs.rs/lapjv" license = "MIT" repository = "https://github.com/Antti/lapjv-rust.git" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.13" [dependencies.num-traits] version = "0.2" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rustc_version] version = "0.2" [features] nightly = [] [badges.maintenance] status = "as-is" [badges.travis-ci] branch = "master" repository = "Antti/lapjv-rust"