dumbnet 0.1.0

a [no_std] neural network library
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 = "dumbnet"
version = "0.1.0"
authors = ["djugei <ddjugei@gmail.com>"]
description = "a [no_std] neural network library"
license = "Apache-2.0"
repository = "https://github.com/djugei/dumbnet"
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
[dependencies.generic-array]
version = "0.13"
features = ["serde"]

[dependencies.getrandom]
version = "0.1"
features = ["dummy"]
default-features = false

[dependencies.itertools]
version = "0.8"
default-features = false

[dependencies.numeric-array]
version = "0.4"

[dependencies.rand]
version = "0.7"
features = ["getrandom"]
default-features = false

[dependencies.serde]
version = "1.0"
default-features = false

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.bincode]
version = "1.2"

[dev-dependencies.gnuplot]
version = "0.0.32"

[dev-dependencies.indicatif]
version = "0.13"