# 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 = "au" version = "0.10.0" authors = ["daingun <>"] exclude = [".gitlab-ci.yml", ".gitignore", "Makefile", "/design", "update-version.sh"] description = "Automatic control systems library" homepage = "https://github.com/yuulive/au" readme = "README.md" keywords = ["control", "system", "signal", "engineering", "polynomial"] categories = ["science", "mathematics", "simulation"] license = "GPL-3.0-only" repository = "https://github.com/yuulive/au" [dependencies.approx] version = "0.4" [dependencies.nalgebra] version = "0.23" [dependencies.ndarray] version = "0.14" [dependencies.num-complex] version = "0.3" [dependencies.num-traits] version = "0.2" [dev-dependencies.proptest] version = "0.10" [badges.github] branch = "master" repository = "yuulive/au"