lapjv 0.1.0

Linear Assignmment Problem solve using Jonker-Volgenant algorithm
Documentation
# 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.1.0"
authors = ["Andrii Dmytrenko <andrii.dmytrenko@deliveroo.co.uk>"]
build = "build.rs"
include = ["**/*.rs", "build.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"
features = ["max_level_debug", "release_max_level_warn"]

[dependencies.ndarray]
version = "0.11"

[dependencies.num-traits]
version = "0.1"

[dependencies.rand]
version = "0.4"
[build-dependencies.rustc_version]
version = "0.2"

[features]
nightly = []