Skip to content

Commit

Permalink
I really need to see if the proper version is stable one of these days
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Mar 7, 2023
1 parent 6847955 commit 2da658d
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 58 deletions.
55 changes: 52 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,59 @@
[workspace]
members = [
"crates/auxmos",
"crates/auxcleanup",
"crates/auxcallback",
"crates/*",
]

[package]
name = "auxmos"
version = "1.1.1"
authors = ["Putnam <[email protected]>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["auxcleanup_gas_deletion", "turf_processing"]
auxcleanup_gas_deletion = ["auxcleanup"]
zas_hooks = []
turf_processing = []
equalization = ["turf_processing"]
monstermos = ["equalization"]
putnamos = ["equalization"]
katmos = ["equalization"]
reaction_hooks = []
plasma_fire_hook = ["reaction_hooks"]
trit_fire_hook = ["reaction_hooks"]
fusion_hook = ["reaction_hooks"]
generic_fire_hook = ["reaction_hooks"]
all_reaction_hooks = ["fusion_hook", "trit_fire_hook", "plasma_fire_hook", "generic_fire_hook"]
explosive_decompression = ["monstermos"]
putnamos_decompression = ["putnamos"]

[lib]
crate-type = ["cdylib"]

[dependencies]
auxtools = { git = "https://github.com/willox/auxtools"}
auxcallback = { path = "./crates/auxcallback" }
auxcleanup = { path = "./crates/auxcleanup", optional = true}
itertools = "0.10.3"
rayon = "1.5.1"
float-ord = "0.3.2"
crossbeam = "0.8.1"
flume = "0.10.11"
parking_lot = "0.12.0"
fxhash = "0.2.1"
nonmax = "0.5.0"
ahash = "0.7.6"
lazy_static = "1.4.0"
indexmap = { version = "1.8.0", features = ["rayon"] }
dashmap = { version = "5.2.0", features = ["rayon"] }
atomic_float = "0.1.0"

[dependencies.tinyvec]
version = "1.5.1"
features = ["rustc_1_55", "alloc"]

[profile.release]
lto = 'fat'
debug = true
Expand Down
55 changes: 0 additions & 55 deletions crates/auxmos/Cargo.toml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2da658d

Please sign in to comment.