Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
name = "xsf-rust"
version = "0.1.0"
edition = "2024"
rust-version = "1.88"
description = "Rust bindings for scipy's xsf special functions library"
repository = "https://github.com/jorenham/xsf-rust"
authors = ["Joren Hammudoglu <jhammudoglu@gmail.com>"]
license = "BSD-3-Clause"
readme = "README.md"

[build-dependencies]
bindgen = "0.72"
cc = "1.2.31"

[dev-dependencies]
float-cmp = "0.10.0"

[dependencies]
paste = "1.0.15"

[dev-dependencies]
float-cmp = "0.10.0"
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.88"
8 changes: 8 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
edition = "2024"
style_edition = "2024"

# stable
match_block_trailing_comma = true
newline_style = "Unix"
use_field_init_shorthand = true
use_try_shorthand = true