[package] name = "frustool" version = "0.1.0" authors = ["Xenon Lucifer Diablo "] edition = "2018" description = "Financial Analysis tool for Rust and Python" homepage = "https://nmnx.org/dev/frustool" repository = "https://github.com/diabloxenon/frustool/" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [lib] name = "frustool" crate-type = ["cdylib"] [dependencies.cpython] version = "0.5" features = ["extension-module"]