flodl 0.1.2

floDl — a flow-graph deep learning framework built on libtorch
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "flodl"
version = "0.1.2"
build = false
include = [
    "src/**/*",
    "examples/**/*.rs",
    "examples/**/*.md",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "floDl — a flow-graph deep learning framework built on libtorch"
homepage = "https://flodl.dev"
readme = "README.md"
keywords = [
    "deep-learning",
    "machine-learning",
    "neural-network",
    "libtorch",
    "graph",
]
categories = [
    "science",
    "artificial-intelligence",
]
license = "MIT"
repository = "https://github.com/fab2s/floDl"
resolver = "2"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cuda = ["flodl-sys/cuda"]
default = []

[lib]
name = "flodl"
path = "src/lib.rs"

[[example]]
name = "mixed_precision"
path = "examples/mixed_precision/main.rs"

[[example]]
name = "observation"
path = "examples/observation/main.rs"

[[example]]
name = "quickstart"
path = "examples/quickstart/main.rs"

[[example]]
name = "schedulers"
path = "examples/schedulers/main.rs"

[[example]]
name = "showcase"
path = "examples/showcase/main.rs"

[[example]]
name = "sine_wave"
path = "examples/sine_wave/main.rs"

[[example]]
name = "transfer_learning"
path = "examples/transfer_learning/main.rs"

[dependencies.flate2]
version = "1"

[dependencies.flodl-sys]
version = "0.1.2"

[dependencies.hmac-sha256]
version = "1"

[dependencies.indexmap]
version = "2"

[dependencies.serde_json]
version = "1"

[dev-dependencies]