flag-algebra 0.1.0

An implementation of Razborov's flag algebras
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]
edition = "2018"
name = "flag-algebra"
version = "0.1.0"
authors = ["Rémi de Verclos <r.deverclos@math.ru.nl>"]
publish = true
description = "An implementation of Razborov's flag algebras"
documentation = "https://docs.rs/flag-algebra"
keywords = ["flag", "algebra", "graph", "combinatorics"]
license = "GPL-3.0"
repository = "https://github.com/avangogo/rust-flag-algebra"
[profile.release]
debug = true
[dependencies.bincode]
version = "1.0.1"

[dependencies.canonical-form]
version = "0.5.0"

[dependencies.find_folder]
version = "0.3.0"

[dependencies.ndarray]
version = "0.12.1"

[dependencies.num]
version = "0.2.0"

[dependencies.rand]
version = "0.6.4"

[dependencies.serde]
version = "1.0.85"

[dependencies.serde_derive]
version = "1.0.85"

[dependencies.serde_json]
version = "1.0.36"

[dependencies.sprs]
version = "0.6.3"