# 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 = "big_o" version = "0.1.4" authors = ["Maksym Arutyunyan"] description = "Infers asymptotic computational complexity" homepage = "https://github.com/maksym-arutyunyan/big_o" documentation = "https://docs.rs/big-o/" readme = "README.md" keywords = [ "big_o", "complexity", "analysis", "performance", "algorithm", ] categories = [ "development-tools", "development-tools::profiling", "development-tools::testing", ] license = "Apache-2.0" repository = "https://github.com/maksym-arutyunyan/big_o" [dependencies.float-cmp] version = "0.9.0" [dependencies.lstsq] version = "0.4" [dependencies.nalgebra] version = "0.31" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.rand] version = "0.8.5"