[dependencies]
[dev-dependencies]
[features]
default = []
eFunc = ["eSIMD"]
eSIMD = []
[lib]
crate-type = ["lib", "cdylib"]
name = "Fasma"
path = "src/lib.rs"
[package]
authors = ["Stanislav Mikhailov <xavetar@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Spectrum of components"
documentation = "https://docs.rs/crate/Fasma/latest"
edition = "2018"
include = ["src/", "tests/", "Cargo.toml", "config.toml", "Cross.toml", "LICENSE"]
license-file = "LICENSE"
name = "Fasma"
publish = true
readme = false
repository = "https://github.com/xavetar/Fasma"
resolver = "2"
rust-version = "1.58.0"
version = "1.1.2"
[[test]]
name = "lib"
path = "tests/lib.rs"