bijli 1.1.0

Electromagnetism simulation — fields, Maxwell's equations, charge dynamics, EM waves
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.89"
name = "bijli"
version = "1.1.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Electromagnetism simulation — fields, Maxwell's equations, charge dynamics, EM waves"
homepage = "https://github.com/MacCracken/bijli"
documentation = "https://docs.rs/bijli"
readme = "README.md"
keywords = [
    "electromagnetism",
    "physics",
    "maxwell",
    "simulation",
    "fields",
]
categories = [
    "science",
    "simulation",
]
license = "GPL-3.0-only"
repository = "https://github.com/MacCracken/bijli"

[features]
ai = [
    "dep:reqwest",
    "dep:tokio",
    "dep:serde_json",
]
beam = []
charge = []
circuit = []
compute = []
compute-wgpu = [
    "compute",
    "dep:wgpu",
]
default = [
    "field",
    "maxwell",
    "charge",
    "wave",
    "circuit",
    "material",
    "fdtd",
    "relativity",
    "polarization",
    "scattering",
    "beam",
    "rf",
]
fdtd = []
field = []
full = [
    "field",
    "maxwell",
    "charge",
    "wave",
    "circuit",
    "material",
    "fdtd",
    "relativity",
    "polarization",
    "scattering",
    "beam",
    "rf",
    "soorat-compat",
    "compute",
    "ai",
    "logging",
]
logging = ["dep:tracing-subscriber"]
material = []
maxwell = []
polarization = []
relativity = []
rf = ["polarization"]
scattering = ["polarization"]
soorat-compat = []
wave = []

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

[[example]]
name = "basic_em"
path = "examples/basic_em.rs"
required-features = [
    "field",
    "charge",
]

[[test]]
name = "integration"
path = "tests/integration.rs"
required-features = [
    "field",
    "maxwell",
    "charge",
    "wave",
    "circuit",
    "material",
    "fdtd",
    "relativity",
    "polarization",
    "scattering",
    "beam",
    "rf",
]

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false
required-features = [
    "field",
    "maxwell",
    "charge",
    "wave",
    "circuit",
    "material",
    "fdtd",
    "relativity",
    "polarization",
    "scattering",
    "beam",
    "rf",
]

[dependencies.hisab]
version = "1.3.0"

[dependencies.reqwest]
version = "0.13"
features = ["json"]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]
optional = true

[dependencies.wgpu]
version = "25"
optional = true

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.serde_json]
version = "1"