[package] name = "rusoda" version = "0.1.0" license = "MIT" description = "Pure rust and just need log dependencies implementation of odepack dlsoda." authors = ["Elliot Law <13690534171@163.com>"] homepage = "https://github.com/ElliotLaw/rusoda" repository = "https://github.com/ElliotLaw/rusoda" readme = "README.en.md" categories = ["science", "mathematics"] keywords = ["math", "ode"] edition = "2021" [dependencies] log = "0.4" env_logger = "0.9"