# 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 = "2021" name = "tline" version = "0.1.0" authors = ["Jonah Hoffman"] description = "A framework for simulating 1-dimensional linear and nonlinear transmission lines" keywords = ["simulation", "fdtd"] categories = ["simulation", "science"] license = "MIT OR Apache-2.0" repository = "https://github.com/jonah-h/tline" resolver = "2" [dependencies.hdf5] version = "0.8" [dependencies.hdf5-sys] version = "0.8" features = ["static"] [dependencies.indicatif] version = "0.16" [dependencies.ndarray] version = "0.15" [dependencies.thiserror] version = "1.0" [dev-dependencies.physical_constants] version = "0.4.1"